From 808b78e40baaf8fe6789cec8933aeaaa0a2c140e Mon Sep 17 00:00:00 2001 From: andy5995 Date: Sun, 2 Dec 2018 19:03:21 -0600 Subject: [PATCH] docs:minor grammar changes [skip ci] --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc492f3..b3e9d4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/) diff --git a/README.md b/README.md index 6d127aa..2f0779d 100644 --- a/README.md +++ b/README.md @@ -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")