Skip to content

Commit f64aaaa

Browse files
authored
Update README.md
1 parent d7f4c4d commit f64aaaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Lucid intercepts HTTP requests using Chrome Devtool APIs to display a log of rea
3131
**IMPORTANT:** Lucid is in *BETA* mode and works best for React v16+ local projects in development environments.
3232

3333
## How to Use
34-
### GraphQL View
34+
### GraphQL Tab
3535
* In the GraphQL panel, a chronological log of API __requests__ is shown on the left.
3636
* A GraphQL __schema__ of all available types, queries, and mutations is also automatically fetched from the GraphQL server when Lucid is initialized and displayed on the bottom.
3737
* Click each request log to see its associated HTTP __response__.
@@ -40,7 +40,7 @@ Lucid intercepts HTTP requests using Chrome Devtool APIs to display a log of rea
4040

4141
![](public/ReqResJson.gif)
4242

43-
### React (Component Tree) View
43+
### React Tab
4444
* In the React panel is a tree graph representing your application's __component hierarchy__.
4545
* Hovering over any React Component in the tree displays the __state and props data__ of that component in the top left.
4646
* The __State Diff__ Log tracks changes in state whenever setState() is triggered.

0 commit comments

Comments
 (0)