From b91a3eded33bbdb9fe1fb1893d3f303347e91456 Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Tue, 15 Aug 2017 14:55:37 -0700 Subject: [PATCH] Remove beta tag from truffle truffle@beta uses old solc 0.4.11 truffle main branch uses most up to date 0.4.15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c4b198bb..9199ac0db 100644 --- a/README.md +++ b/README.md @@ -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 ```