Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalee committed Jan 9, 2019
1 parent b0a815a commit 2ec20ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en">React Developer Tools</a>. | 1. Clone the repo and install dependendies: ```npm install``` |
| 1. Install <a href="https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en">React Developer Tools</a>. | 1. Clone the repo and ```npm install``` |
| 2. Install <a href="https://chrome.google.com/webstore/category/extensions">Lucid</a> 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.
Expand Down

0 comments on commit 2ec20ac

Please sign in to comment.