浏览代码

add note about trying out 2.0

Francisco Giordano 7 年之前
父节点
当前提交
13b19612d6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -12,6 +12,8 @@
 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.