From 9215694ee0b608d3ab1f87621bdad2a5e063e66b Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Mon, 1 Aug 2016 18:43:22 +1000 Subject: [PATCH] minor readme link edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3261872e..971d5de1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This project is currently in the early stages of development! It will definitely ``` Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. 5. `$ npm start` -6. Navigate to (http://localhost:8000)[http://localhost:8000] in your browser +6. Navigate to [http://localhost:8000](http://localhost:8000) in your browser 7. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en). 8. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w`