From 1895f1da10b2f3e947c08c4f7951f83dcc0202a8 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Fri, 12 Apr 2024 09:58:16 -0400 Subject: [PATCH] Updated README.md in docs --- docs/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index ddca3a3..b62df12 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ -# LmcCors Documentation Website +# Documentation Website -The LmcCors Documentation Website is built using [Docusaurus](https://docusaurus.io/). +The Documentation Website is built using [Docusaurus](https://docusaurus.io/). If you want to make a contribution to the documentation, please follow these instructions: @@ -17,7 +17,7 @@ This is not a tutorial on how to use Docusaurus. Please refer to Docusaurus docu ### Installation -On your local fork of the LmcCors Documentation, use `yarn` to install +On your local fork of the Documentation, use `yarn` to install the Docusaurus dependencies. ``` @@ -38,14 +38,14 @@ To test locally your changes, run: $ yarn start ``` -This command starts a local development server and opens up a browser window. Most changes are reflected live +This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ## Test builds A GitHub action is define to test builds. It will run on push to your fork. -You may have to enable workflows on you fork before they are run. +You may have to enable workflows on your fork before they are run. ## Submit changes