Skip to content

Commit d10664b

Browse files
authored
Update readme.md
1 parent 1743592 commit d10664b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src ="./assets/readme-logo-svg.svg" width="300"/>
33
</p>
44

5-
<h1 align="center">Reactime: A Time Travel Debugger for React</h1>
5+
<h1 align="center">State Debugger for React</h1>
66

77
[![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)](https://github.com/oslabs-beta/reactime)
88
[![Build Status](https://travis-ci.com/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime)
@@ -17,7 +17,7 @@
1717
<img src="demo.gif" alt="Demo of Reactime" style="width: 55%">
1818
</p>
1919

20-
Reactime is a debugging tool for React developers. It records state whenever state is changed and allows user to jump to any previous recorded state.
20+
Reactime is a debugging tool for React developers. It records state whenever it is changed and allows the user to jump to any previously recorded state.
2121

2222
This dev tool is for React apps using stateful components and prop drilling, and has beta support for Context API, conditional state routing, Hooks (useState) and functional components.
2323

@@ -73,9 +73,7 @@ You can click on a snapshot to view your app's state. State can be visualized in
7373

7474
Jumping is the most important feature of all. It allows you to jump to any previous recorded snapshots. Hitting the jump button on any snapshot will change the DOM by setting their state.
7575

76-
### Others
77-
78-
Other handy features include:
76+
### Features
7977

8078
- multiple tree graph branches depicting state changes
8179
- tree graph hover functionality to view state changes

0 commit comments

Comments
 (0)