Added periods to the end of sentences.

pull/112/head
Taylor Reece 5 years ago
parent 886383d1bb
commit c264ffd531

@ -58,7 +58,7 @@ python -m unittest tests/*.py -v
## Testing changes to the website ## Testing changes to the website
The [Docusaurus](https://docusaurus.io/)-based documentation website can be run by installing dependencies, then simply running `npm run start` The [Docusaurus](https://docusaurus.io/)-based documentation website can be run by installing dependencies, then simply running `npm run start`.
```bash ```bash
cd website/ cd website/
@ -66,6 +66,6 @@ npm i
npm run start npm run start
``` ```
The website will be available on [http://localhost:3000](http://localhost:3000) The website will be available on [http://localhost:3000](http://localhost:3000).
Edit files in `website/` and `docs/` respectively to edit documentation. Edit files in `website/` and `docs/` respectively to edit documentation.

Loading…
Cancel
Save