Skip to content

Commit

Permalink
Fixed Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuuGan committed Feb 23, 2018
1 parent c199e8b commit d940da7
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 @@ -17,12 +17,12 @@ Then add following line to your `package.json`.
```
{
"scripts": {
"build-contracts": "sol-merger './contracts/*.sol' ./build"
"build-contracts": "sol-merger \"./contracts/*.sol\" ./build"
},
}
```

This will allow you to use `npm run-script build-contracts` in your project directory.
This will allow you to use `npm run build-contracts` in your project directory.

Note that contracts glob should be surrounded with `"`

Expand Down

0 comments on commit d940da7

Please sign in to comment.