From 3b53862fa5b457b49480b0cb5ccf58c53fd446a1 Mon Sep 17 00:00:00 2001 From: Kelsey Date: Fri, 26 Sep 2014 14:50:46 -0700 Subject: [PATCH] Fixing a tiny typo Spacing weird after a link. I recommend using []() formatting for markdown links instead of [] () , as it makes whitespace formatting clearer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e65bfe..085ba46 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ npm install websocket-neopixels Then, make sure you [install the Neopixels firmware](https://github.com/tessel/neopixels#installation) on your Tessel. Note that I have [a PR open](https://github.com/tessel/firmware/pull/71) to merge Neopixels support into the official firmware build but it hasn't landed at the time of this writing. -[Power your Neopixels](https://learn.adafruit.com/adafruit-neopixel-uberguide/power)(mine is just a small ring so I powered it with Tessel, PWR into VIN and GND into GND) and plug the data pin into G4 on Tessel. +[Power your Neopixels](https://learn.adafruit.com/adafruit-neopixel-uberguide/power) (mine is just a small ring so I powered it with Tessel, PWR into VIN and GND into GND) and plug the data pin into G4 on Tessel. ## Usage