From c264ffd5315214e6223aa42f99c5ba752bc58aa0 Mon Sep 17 00:00:00 2001 From: Taylor Reece Date: Mon, 11 May 2020 08:59:48 -0500 Subject: [PATCH] Added periods to the end of sentences. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f1d0902a..40a22b34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ python -m unittest tests/*.py -v ## 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 cd website/ @@ -66,6 +66,6 @@ npm i 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.