Skip to content

Commit a81fe76

Browse files
(updated) heading and replaced logo to version-less image
1 parent f8a1c31 commit a81fe76

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<p align="center">
2-
<img src ="./assets/readme-logo-300.png" width="300"/>
2+
<img src ="./assets/readme-logo-300-no-version.png" width="300"/>
33
</p>
4+
<h1 align="center">
5+
State Debugger for React
6+
7+
<br>Nominated for the Productivity Booster award
8+
<br><a href="https://osawards.com/react/">👑 React Open Source Awards 2020 👑</a>
9+
</h1>
410

5-
<h1 align="center"><b>State Debugger for React</b></h1>
611

712
[![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)](https://github.com/oslabs-beta/reactime) [![Build Status](https://travis-ci.com/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime) [![npm version](https://badge.fury.io/js/reactime.svg)](http://badge.fury.io/js/reactime) [![Vulnerabilities](https://snyk.io/test/github/oslabs-beta/reactime/badge.svg)](https://snyk.io/test/github/oslabs-beta/reactime)![BabelPresetPrefs](https://img.shields.io/badge/babel%20preset-airbnb-ff69b4)![LintPrefs](https://img.shields.io/badge/linted%20with-eslint-blueviolet)
813

@@ -11,9 +16,6 @@
1116
<img src="./assets/recoil-demo.gif" />
1217
</p>
1318

14-
👑 Nominated for the Productivity Booster award at [React Open Source Awards 2020](https://osawards.com/react/)! 👑
15-
16-
1719
<b>Reactime</b> is a debugging tool for React developers. It records a snapshot whenever a target application's state is changed and allows the user to jump to any previously recorded state.
1820

1921
Currently, Reactime supports React apps using stateful components and Hooks, with beta support for Recoil and Context API.

0 commit comments

Comments
 (0)