Skip to content

Commit da62ec0

Browse files
authored
Merge pull request #105 from oslabs-beta/rydang/readme
updated readme for package
2 parents 4100bcb + 16c1dbc commit da62ec0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

demo2.gif renamed to demo.gif

File renamed without changes.

package/demo.gif

-114 KB
Loading

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactime",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A library that helps debug React by memorizing the state of components with every render.",
55
"main": "index.js",
66
"repository": {

package/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reactime
22

33
[![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)](https://github.com/oslabs-beta/reactime)
4-
[![Build Status](https://secure.travis-ci.org/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime)
4+
[![Build Status](https://travis-ci.com/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime)
55
[![npm version](https://badge.fury.io/js/reactime.svg)](http://badge.fury.io/js/reactime)
66
[![Dependencies](https://david-dm.org/oslabs-beta/reactime.svg)](https://david-dm.org/oslabs-beta/reactime#info=dependencies)
77
[![DevDependencies](https://david-dm.org/oslabs-beta/reactime/dev-status.svg)](https://david-dm.org/oslabs-beta/reactime?type=dev)
@@ -10,7 +10,7 @@
1010
[![NPM](https://nodei.co/npm/reactime.png)](https://nodei.co/npm/reactime/)
1111

1212
<p align="center">
13-
<img src="demo2.gif" alt="Demo of Reactime" style="width: 55%">
13+
<img src="demo.gif" alt="Demo of Reactime" style="width: 55%">
1414
</p>
1515

1616
A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.
@@ -20,7 +20,7 @@ Two parts are needed for this tool to function. The <a href="https://chrome.goog
2020
After successfully installing the chrome extension, you can test Reactime functionalities in the demo repositories below.
2121

2222
- <a href="http://reactime-demo1.us-east-1.elasticbeanstalk.com/">Calculator</a>
23-
- <a href="http://reactime-demo2.us-east-1.elasticbeanstalk.com/"> Bitcoin Price Index</a>
23+
- <a href="http://reactime-demo2.us-east-1.elasticbeanstalk.com/">Bitcoin Price Index</a>
2424

2525
## Installing
2626

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![NPM](https://nodei.co/npm/reactime.png)](https://nodei.co/npm/reactime/)
1111

1212
<p align="center">
13-
<img src="demo2.gif" alt="Demo of Reactime" style="width: 55%">
13+
<img src="demo.gif" alt="Demo of Reactime" style="width: 55%">
1414
</p>
1515

1616
A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.

0 commit comments

Comments
 (0)