Skip to content

Commit 6ca44e4

Browse files
committed
updated readme for package
1 parent 4100bcb commit 6ca44e4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

demo2.gif renamed to demo.gif

File renamed without changes.

package/demo.gif

-114 KB
Loading

package/readme.md

Lines changed: 2 additions & 2 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.

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)