From df63b1297060e3fa370d5896c94c8e3961c0796d Mon Sep 17 00:00:00 2001 From: andy5995 Date: Wed, 3 Jan 2018 18:59:19 -0600 Subject: [PATCH] README.md: spelling, grammar and format suggestions --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ce2cb84..9f3b05c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ -A small application to drive LED matrix dusplays, such as the pimoroni unicorn, from nodejs. Intends to become a digital graffiti/guestbook system. +A small application to drive LED matrix displays, such as the pimoroni unicorn, from nodejs. My intention is to create a digital graffiti/guestbook system. -Make sure you are on a recent nodejs version. Raspbian has old version. Use nodesource ;). +Make sure you are on a recent nodejs version. Raspbian has an old version. Use nodesource ;). -copy config.example.json to config.json and pick a driver + display size. +Copy config.example.json to config.json and pick a driver + display size. -npm install +execute: -nodejs pixdisp.js + npm install + nodejs pixdisp.js -http://localhost:8080/ +Navigate to http://localhost:8080/ Matrix driver & Unicorn Hat HD driver inspired by https://github.com/vesteraas/node-unicornhathd @@ -25,4 +26,4 @@ The webinterface allows you to capture your camera and submit images from there. ### Webinterface ![Web interface](https://raw.githubusercontent.com/sexybiggetje/pixdisp/screenshots/webui.png "Webinterface") -A simple web interface is included for drawing on the device. Defaults to port 8080. \ No newline at end of file +A simple web interface is included for drawing on the device. Defaults to port 8080.