Skip to content

Commit

Permalink
Merge pull request #43 from oslabs-beta/austin/logo
Browse files Browse the repository at this point in the history
Austin/logo
  • Loading branch information
ruifan-IU authored Dec 15, 2023
2 parents f13b388 + dc12ab4 commit 891ac1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a id="readme-top"></a>

<p align="center">
<img src="./extension/public/icon.png" alt="Logo" width="250"/>
<img src="./assets/icon.png" alt="Logo" width="250"/>
</p>

# Technologies
Expand Down
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c

## Installation

1. Download npm package into your application.
1. Download npm package into your application as a dev dependency.

```sh
npm i react-query-rewind
npm i --save-dev react-query-rewind
```

2. Import the ReactQueryRewind component into the root of your applicaiton.
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/oslabs-beta/react-query-rewind"
},
"version": "1.1.0",
"version": "1.1.1",
"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",
"keywords": [
"react",
Expand Down

0 comments on commit 891ac1c

Please sign in to comment.