You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ Lucid intercepts HTTP requests using Chrome Devtool APIs to display a log of rea
25
25
## Setup
26
26
| Install from Chrome Extension Store | Build your own extension |
27
27
| ------------- | ------------- |
28
-
| 1. Install <ahref="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 <ahref="https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en">React Developer Tools</a>. | 1. Clone the repo and ```npm install```|
29
29
| 2. Install <ahref="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.|
32
32
|5. Have fun! |
33
33
34
34
**IMPORTANT:** Lucid is in *BETA* mode and works best for React v16+ local projects in development environments.
0 commit comments