Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kriegsman <kriegsman@tr.org>2015-08-19 04:21:42 +0300
committerMark Kriegsman <kriegsman@tr.org>2015-08-19 04:21:42 +0300
commit0fc559ecc941ed6c08ad56a6faa431e7627bc376 (patch)
tree69e1b7dc0f4ece8046c888768e4297414bf324ca
parentd324a580b9ac1c12dd8b5b095c85462112633d6e (diff)
Typo fix.
-rw-r--r--tools/paletteknife/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/paletteknife/index.html b/tools/paletteknife/index.html
index 2fce76df..6b057d24 100644
--- a/tools/paletteknife/index.html
+++ b/tools/paletteknife/index.html
@@ -26,8 +26,8 @@
<p>A second palette-use example, "<a href="https://github.com/FastLED/FastLED/blob/master/examples/Fire2012WithPalette/Fire2012WithPalette.ino" target=_new>Fire2012WithPalette</a>", is also included with FastLED.</p>
<h2>Installing PaletteKnife</h2>
-<p>CHROME or SAFARI is REQUIRED; will NOT work with FF or IE.</p>
-<p>Not FireFoxDrag this bookmarklet into a browser toolbar: [<a href="javascript:(function(){s=document.createElement(%27script%27);s.type=%27text/javascript%27;s.src=%27http://fastled.io/tools/paletteknife/pk2.js?v=%27+parseInt(Math.random()*99999999);document.body.appendChild(s);})();">PaletteKnife</a>]</p>
+<p>CHROME or SAFARI is REQUIRED; will NOT work with FF or IE (or NCSA Mosiac).</p>
+<p>Drag this bookmarklet into a browser toolbar: [<a href="javascript:(function(){s=document.createElement(%27script%27);s.type=%27text/javascript%27;s.src=%27http://fastled.io/tools/paletteknife/pk2.js?v=%27+parseInt(Math.random()*99999999);document.body.appendChild(s);})();">PaletteKnife</a>]</p>
<h2>Using PaletteKnife</h2>
<ol>
@@ -65,4 +65,5 @@ fill_palette( leds, NUM_LEDS, index, 6, myPal);</pre>
</footer><!-- footer -->
</div>
</body>
-</html> \ No newline at end of file
+</html>
+