Skip to content

Commit

Permalink
Corrected readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Elvers committed Oct 28, 2021
1 parent 1ed4e91 commit 8ae788a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ peer dependency of the project which is why you'll see it in the installation in
##### [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm):

```bash
npm i react-dark-mode-toggle-2 react-lottie-player
npm i react-dark-mode-toggle-2
```

##### [`yarn`](https://classic.yarnpkg.com/en/docs/install/#mac-stable):

```bash
yarn add react-dark-mode-toggle-2 react-lottie-player
yarn add react-dark-mode-toggle-2
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dark-mode-toggle-2",
"version": "2.0.2",
"version": "2.0.3",
"description": "An updated, cute dark mode toggle button for React.",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8ae788a

Please sign in to comment.