docs:minor grammar changes

[skip ci]
This commit is contained in:
andy5995 2018-12-02 19:03:21 -06:00
parent 9e95bc56d3
commit 808b78e40b
No known key found for this signature in database
GPG Key ID: 06BFEC9B82603CAF
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ It's possible to work on two or more different patches (and therefore multiple b
one time, but it's recommended that beginners only work on one patch at a time.
### Syncing ###
Periodically, especially before starting a new patch, you'll need the sync your
Periodically, especially before starting a new patch, you'll need to sync your
repo with the remote upstream. GitHub has instructions for doing this:
1. [Configuring a remote for a fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/)

View File

@ -8,7 +8,7 @@ A small application to drive LED matrix displays, such as the [Pimoroni Unicorn]
Make sure you are on a recent nodejs version. Raspbian has an old version. Use [Nodesource](https://github.com/nodesource/distributions) ;).
Also, use a decent modern browser. I wrote recent syntax, so probably works best in Chrome 62+. Firefox is known to have some issues, Edge works, Safari is a PITA. Just wait for your browser to play catch up then with recent standards. If you dislike Chrome, you can put this trough Babel. But you're on your own there.
Also, use a decent modern browser. I wrote recent syntax, so probably works best in Chrome 62+. Firefox is known to have some issues, Edge works, Safari is a PITA. Just wait for your browser to play catch up then with recent standards. If you dislike Chrome, you can put this through Babel. But you're on your own there.
Copy config.example.json to config.json and pick a driver + display size.
@ -39,7 +39,7 @@ Some code linting practices and security tests can be executed by running the li
### Drawing
![Device drawing](https://raw.githubusercontent.com/sexybiggetje/pixdisp/screenshots/device.jpg "Drawing on the device")
Simple clicking on the canvas in the responsive webinterface makes things light up, when you press submit it will get sent to the device.
Simple clicking on the canvas in the responsive webinterface makes things light up; when you press submit it will get sent to the device.
### Camera
![Using your camera](https://raw.githubusercontent.com/sexybiggetje/pixdisp/screenshots/camera.jpg "Using your camera")