diff --git a/README.md b/README.md
index 402b3b5..81385e6 100755
--- a/README.md
+++ b/README.md
@@ -25,10 +25,10 @@ Lucid intercepts HTTP requests using Chrome Devtool APIs to display a log of rea
## Setup
| Install from Chrome Extension Store | Build your own extension |
| ------------- | ------------- |
-| 1. Install React Developer Tools. | 1. Clone the repo and install dependendies: ```npm install``` |
+| 1. Install React Developer Tools. | 1. Clone the repo and ```npm install``` |
| 2. Install Lucid or __Build your own extension__. | 2. ```npm run build ```|
-|3. Run your React-GraphQL application or open a site that uses React v16+ or GraphQL.|3. Navigate to chrome://extensions (or in your Chrome Browser Settings, click on **More Tools** >> **Extensions**). |
-|4. Open Chrome Developer Tools (Inspect or Cmd+Opt+I / Ctrl+Shift+I) and click on the Lucid panel.|4. Click **Load Unpacked** and select the './react-lucid/build' folder from your local directory.|
+|3. Run your React-GraphQL application or open a site that uses React v16+ or GraphQL.|3. Navigate to chrome://extensions. |
+|4. Open Chrome Developer Tools (Inspect) and click on the Lucid panel.|4. Click **Load Unpacked** and select your './react-lucid/build' folder.|
|5. Have fun! |
**IMPORTANT:** Lucid is in *BETA* mode and works best for React v16+ local projects in development environments.