diff --git a/README.md b/README.md
index 77b1a99..1a803a9 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ I have attempted to use the best practices for both ends, which should make it e
### STEP 1:
-Click ["Use this template"](https://github.com/belferink1996/MERN-template/generate) to generate a
+Click ["Use this template"](https://github.com/benelferink/MERN-template/generate) to generate a
new repository.
Then open your terminal and clone your repository:
@@ -47,7 +47,7 @@ Go to the root of your repository's folder, and install all dependecies:
### STEP 3:
Prepare your MongoDB database ([atlas](https://www.mongodb.com/cloud/atlas),
-[community]()).
+[community]()).
Then configure your database within `server/constants/index.js`, by configuring the `MONGO_URI` variable.
@@ -59,12 +59,10 @@ Then configure your database within `server/constants/index.js`, by configuring
### To run the client and/or the server, you can do any of the following:
-#### Short Method
-
-From the root of your project run:
+From the `root` of your project run:
> npm start
-#### Long Method
+#### OR
Open terminal #1 (backend)
> cd ./server
@@ -72,4 +70,4 @@ Open terminal #1 (backend)
Open terminal #2 (frontend)
> cd ./client
-> npm start
\ No newline at end of file
+> npm start