Skip to content

Commit 2ec20ac

Browse files
authored
Update README.md
1 parent b0a815a commit 2ec20ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Lucid intercepts HTTP requests using Chrome Devtool APIs to display a log of rea
2525
## Setup
2626
| Install from Chrome Extension Store | Build your own extension |
2727
| ------------- | ------------- |
28-
| 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``` |
28+
| 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``` |
2929
| 2. Install <a href="https://chrome.google.com/webstore/category/extensions">Lucid</a> or __Build your own extension__. | 2. ```npm run build ```|
30-
|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**). |
31-
|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.|
30+
|3. Run your React-GraphQL application or open a site that uses React v16+ or GraphQL.|3. Navigate to chrome://extensions. |
31+
|4. Open Chrome Developer Tools (Inspect) and click on the Lucid panel.|4. Click **Load Unpacked** and select your './react-lucid/build' folder.|
3232
|5. Have fun! |
3333

3434
**IMPORTANT:** Lucid is in *BETA* mode and works best for React v16+ local projects in development environments.

0 commit comments

Comments
 (0)