From 43ea088f7a46471f597430b9aa2cba32de7f0134 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 28 Jan 2022 17:37:52 +0000 Subject: [PATCH] docs/Contributing: 'bried' typo --- README.md | 2 +- docs/Contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a11d7e2..43c4135 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ your own test service. It is hoped that in the future the code will allow for easily running in a "local only" mode, not requiring any reverse proxy or internet-valid TLS certificates. ---- +-- --- ## Misc diff --git a/docs/Contributing.md b/docs/Contributing.md index 3e71521..ec2ba5b 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -18,7 +18,7 @@ with the This project utilises a number of Git branches: -- `live` - The Live service should, outside of bried periods during deployment, +- `live` - The Live service should, outside of brief periods during deployment, always be running using the software and supporting files from this branch. This is where you should be looking if checking current behaviour of the service.