Skip to content

Commit

Permalink
Grammer and clarity updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyrobin committed Apr 12, 2024
1 parent 9f39c60 commit 4a744bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Make any changes to point to the measure repository service, Mongo database, and
Use the mongodb configuration file to configure the single node replica set. For more information about the configuration file and system location, see the mongodb [configuration file documentation](https://www.mongodb.com/docs/manual/reference/configuration-options/).

1. First shutdown any currently running mongodb standalone instances: `brew services stop mongodb-community`.
2. Locate your [Mongo Configuration File](https://www.mongodb.com/docs/compass/current/settings/config-file/#:~:text=For%20macOS%20and%20Linux%2C%20the,%5Cmongodb%2Dcompass.). *System dependent but may be found at `/usr/local/etc/mongod.conf`*
2. Locate your [Mongo Configuration File](https://www.mongodb.com/docs/compass/current/settings/config-file/#:~:text=For%20macOS%20and%20Linux%2C%20the,%5Cmongodb%2Dcompass.). *System dependent but may be found at `/usr/local/etc/mongod.conf`*.
3. Add this replication set configuration to the mongo configuration file:
```
replication:
Expand Down Expand Up @@ -94,7 +94,7 @@ To run `lint` and `prettier` in both the frontend and backend and unit tests in
```bash
npm run check:all
```
> Note: If you recieve a workspace error, run `npx next telemetry disable`
> Note: You may recieve a workspace error. This does not prevent the service from running, to remove the error for future builds, run `npx next telemetry disable`
### Docker

Expand Down

0 comments on commit 4a744bf

Please sign in to comment.