From 29fa0a4ce5480536b00c633765aeae2141d42d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Tue, 12 Mar 2019 13:31:22 -0300 Subject: [PATCH] Add API stability doc link. (#1672) * Add API stability doc link. * Update README.md Co-Authored-By: nventuro --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4db9d1a78..7e868b585 100644 --- a/README.md +++ b/README.md @@ -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.