From c8aec83ccd8aa72aeae240b686962c6b5a01a43e Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Wed, 10 Oct 2018 10:54:56 +0200 Subject: [PATCH] Updated readme (#120) * Updated readme * Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc8290c0..c2512e9c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Running the documentation locally requires [NodeJS](https://nodejs.org/en/) and $ script/setup ``` -This will install [docusaurus](https://www.npmjs.com/package/docusaurus) amongst other things. +This will install [docusaurus](https://www.npmjs.com/package/docusaurus) amongst other things. ### Running docs locally @@ -24,7 +24,7 @@ This will install [docusaurus](https://www.npmjs.com/package/docusaurus) amongst $ script/server ``` -It will start a server at [localhost:3000](http://localhost:3000). +It will start a server at [localhost:3000](http://localhost:3000). You will need to navigate to the `next` version of the docs to see your changes applied. To do so click on the version number in the header and select `next` -> `Documentation`. ### Adding a page