Skip to content

Commit

Permalink
The project should be listed in the project's dependencies, not devDe…
Browse files Browse the repository at this point in the history
…pendencies (#4)

* The project should be listed in the project's dependencies, not devDependencies

* Removed --save in the yarn add
  • Loading branch information
danilowoz authored and ndresx committed Nov 1, 2017
1 parent d934665 commit 893e124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ A customizable countdown component for React.
You can either install the module via `npm` or `yarn`:

```
npm install --save-dev react-countdown-now
npm install react-countdown-now --save
```

```
yarn add --dev react-countdown-now
yarn add react-countdown-now
```

## Motivation
Expand Down

0 comments on commit 893e124

Please sign in to comment.