Skip to content

Commit

Permalink
Merge pull request #374 from rstormsf/patch-1
Browse files Browse the repository at this point in the history
Remove beta tag from truffle
  • Loading branch information
frangio authored Aug 16, 2017
2 parents 84a68e0 + b91a3ed commit 0b66144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ With OpenZeppelin, you can build distributed applications, protocols and organiz
OpenZeppelin integrates with [Truffle](https://github.com/ConsenSys/truffle), an Ethereum development environment. Please install Truffle and initialize your project with `truffle init`.

```sh
npm install -g truffle@beta
npm install -g truffle
mkdir myproject && cd myproject
truffle init
```
Expand Down

0 comments on commit 0b66144

Please sign in to comment.