Преглед на файлове

Remove beta tag from truffle

truffle@beta uses old solc 0.4.11
truffle main branch uses most up to date 0.4.15
Roman Storm преди 8 години
родител
ревизия
b91a3eded3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
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
 ```