Skip to content

Commit 891ac1c

Browse files
authored
Merge pull request #43 from oslabs-beta/austin/logo
Austin/logo
2 parents f13b388 + dc12ab4 commit 891ac1c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a id="readme-top"></a>
22

33
<p align="center">
4-
<img src="./extension/public/icon.png" alt="Logo" width="250"/>
4+
<img src="./assets/icon.png" alt="Logo" width="250"/>
55
</p>
66

77
# Technologies

assets/icon.png

330 KB
Loading

package/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
3333

3434
## Installation
3535

36-
1. Download npm package into your application.
36+
1. Download npm package into your application as a dev dependency.
3737

3838
```sh
39-
npm i react-query-rewind
39+
npm i --save-dev react-query-rewind
4040
```
4141

4242
2. Import the ReactQueryRewind component into the root of your applicaiton.

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/oslabs-beta/react-query-rewind"
2020
},
21-
"version": "1.1.0",
21+
"version": "1.1.1",
2222
"description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
2323
"keywords": [
2424
"react",

0 commit comments

Comments
 (0)