Skip to content

Commit

Permalink
Change the location of --save
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed May 30, 2018
1 parent 8bb6369 commit c66e868
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 @@ -15,7 +15,7 @@ These instructions will get you a copy of the project up and running on your loc
The DNSSEC Oracle uses npm to manage dependencies, therefore the installation process is kept simple:

```
npm install --save
npm install
```

### Running tests
Expand All @@ -37,7 +37,7 @@ solium --dir ./contracts
### Installation

```
npm install dnssec-oracle
npm install dnssec-oracle --save
```

### Within Your contracts
Expand Down

0 comments on commit c66e868

Please sign in to comment.