From 8c6fc3f9ac7f0780f905a7396ff323d60e1679c9 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 23:15:01 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c6ad30e..2b4c266 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -#node-neurosky +# node-neurosky Client library for the [ThinkGear Socket Protocol](http://developer.neurosky.com/docs/lib/exe/fetch.php?media=app_notes:thinkgear_socket_protocol.pdf) from [NeuroSky](http://neurosky.com/). -###You'll need one of [these](http://store.neurosky.com/products/mindwave-1): +### You'll need one of [these](http://store.neurosky.com/products/mindwave-1): ![Fashion!](http://home.neurosky.com/wp-content/uploads/2014/01/EEG_Hardware_Section3-1.jpg) -###Usage +### Usage Install with NPM: @@ -48,7 +48,7 @@ client.connect(); All of this is in the `example/app.js` file too. -###Data +### Data The output objects look like this: @@ -74,7 +74,7 @@ The output objects look like this: With the occasional `{ blinkStrength: 55 }` when you blink. -###TO DO +### TO DO - Some tests - A more thorough example