Skip to content

Commit eb24290

Browse files
committed
update README.md
1 parent d63f46d commit eb24290

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
Chrome devtools extension intended to display result of deep in-memory object
66
comparisons with the help of dedicated console commands.
77

8+
<details>
9+
<summary> <strong>Screenshots</strong> </summary>
10+
11+
- Comparing two objects
12+
![screenshot](./src/img/screenshot-01.png)
13+
14+
- Tracking changes in localStorage (unchanged are hidden)
15+
![screenshot](./src/img/screenshot-02.png)
16+
17+
</details>
18+
819
### Based on
920

1021
- [jsondiffpatch](https://github.com/benjamine/jsondiffpatch) by Benjamín Eidelman
@@ -83,7 +94,3 @@ with a single argument, that will shift objects from right to left, showing diff
8394
- reflects result of last compare request
8495
- listens on `jsdiff-devtools-to-panel-compare` requests
8596
- listens on `jsdiff-devtools-to-panel-search` and tries to find query in DOM
86-
87-
### Screenshot
88-
89-
![screenshot](./src/img/screenshot-01.png)

0 commit comments

Comments
 (0)