Skip to content

Commit 1671505

Browse files
committed
changed size
1 parent 552bb1d commit 1671505

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<p align="center">
2-
<img src ="./assets/readme_logo.png" width="200"/>
2+
<img src ="./assets/readme_logo.png" width="400"/>
33
</p>
44

5-
# Reactime
6-
75
[![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)](https://github.com/oslabs-beta/reactime)
86
[![Build Status](https://travis-ci.com/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime)
97
[![npm version](https://badge.fury.io/js/reactime.svg)](http://badge.fury.io/js/reactime)
@@ -17,7 +15,7 @@
1715
<img src="demo.gif" alt="Demo of Reactime" style="width: 55%">
1816
</p>
1917

20-
A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.
18+
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.
2119

2220
Two parts are needed for this tool to function. The <a href="https://chrome.google.com/webstore/detail/react-time-travel/cgibknllccemdnfhfpmjhffpjfeidjga">chrome extension</a> must be installed, and the NPM package must be installed and used in the React code.
2321

0 commit comments

Comments
 (0)