Browse Source

remove note about 2.0 being experimental (#1565)

Francisco Giordano 6 năm trước cách đây
mục cha
commit
503674167d
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -12,8 +12,6 @@
 npm install openzeppelin-solidity
 ```
 
-If you're interested in trying out a preview of OpenZeppelin 2.0, install `openzeppelin-solidity@next`, check out the [release notes](https://github.com/OpenZeppelin/openzeppelin-solidity/releases/tag/v2.0.0-rc.1), and let us know what you think!
-
 ## Usage
 
 To write your custom contracts, import ours and extend them through inheritance.