Skip to content

Commit

Permalink
Add API stability doc link. (OpenZeppelin#1672)
Browse files Browse the repository at this point in the history
* Add API stability doc link.

* Update README.md

Co-Authored-By: nventuro <[email protected]>
  • Loading branch information
nventuro authored Mar 12, 2019
1 parent 06f7266 commit 29fa0a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
npm install openzeppelin-solidity
```

OpenZeppelin features a stable API, which means your contracts won't break unexpectedly when upgrading to a newer minor version. You can read ṫhe details in our [API Stability](https://forum.zeppelin.solutions/t/api-stability/138) document.

## Usage

To write your custom contracts, import ours and extend them through inheritance.
Expand Down

0 comments on commit 29fa0a4

Please sign in to comment.