Skip to content

Commit 8397bc9

Browse files
committed
added example repos to readme
1 parent 03ceaff commit 8397bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

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

3-
![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)
3+
![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)
44
![Travis (.com) branch](https://img.shields.io/travis/com/oslabs-beta/reactime/dev?label=dev%20build)
55
![Travis (.com) branch](https://img.shields.io/travis/com/oslabs-beta/reactime/master?label=master%20build)
66
![npm](https://img.shields.io/npm/v/reactime?color=green)
@@ -14,7 +14,7 @@
1414

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

17-
Two parts are needed for this tool to function. The chrome extension must be installed, and the NPM package must be installed and used in the React code.
17+
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.
1818

1919
## Installing
2020

0 commit comments

Comments
 (0)