From 77d8ff3d691dff3603897ada3e8ac37e2c861fe1 Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Sun, 4 Apr 2021 22:31:35 -0700 Subject: [PATCH] Fixed Spelling Mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 690a71b..321691d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The ID for your admin document should be auto generated by MongoDB Compass when 1. [MongoDB](https://docs.mongodb.com/manual/administration/install-community/) ### Getting Started with Code : -1. Set up [MongoDB](#Setting-up-MognoDB) on your computer. +1. Set up [MongoDB](#Setting-up-MongoDB) on your computer. 2. Clone repo from https://github.com/Braeden57/XP-System.git 3. Run `npm install` to install dependencies. 4. Duplicate `.env.example` and rename the new file to `.env`. Edit to your configurations.