Skip to content

Commit bf8aed7

Browse files
authored
Update README.md
1 parent ba0fdca commit bf8aed7

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
@@ -101,9 +101,9 @@ Reactime offers debugging and performance tools for Next.js apps: time-traveling
101101

102102
Whenever state is changed (whenever setState, useState is called), this extension will create a snapshot of the current state tree and record it. Each snapshot will be displayed in Chrome DevTools under the Reactime panel.
103103

104-
### 🔹 Snapshot Comparison
104+
### 🔹 Snapshot Series and Action Comparison
105105

106-
You can save a series of state snapshots and use it to analyze changes in component render performance between current and previous series of snapshots.
106+
You can save a series of state snapshots and use it to analyze changes in component render performance between current and previous series of snapshots. You can also name specific snapshots and compare all snapshots with the same name.
107107
<p align="center">
108108
<img src="http://g.recordit.co/KNxvT94qxd.gif" />
109109
</p>
@@ -216,4 +216,4 @@ After cloning this repository, developers can simply run `npm run docs` at the r
216216

217217
## <b>License </b>
218218

219-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
219+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)