diff --git a/README.md b/README.md index eac451d..9f1f16f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Upgradeable Contracts Solidity +# Proxy Contracts Solidity -Solidity upgradeable contracts proxy based on unstructured storage pattern. +Solidity proxy contracts based on unstructured storage pattern. Upgrade your contracts safely. Read more about proxy patterns from [OpenZeppelin article](https://blog.openzeppelin.com/proxy-patterns/). @@ -96,4 +96,4 @@ Anton Grigorev, [@baldyash](https://github.com/BaldyAsh) ## License -This project is available under the MIT license. See the [LICENSE](https://github.com/BaldyAsh/upgradeable-contracts-solidity/blob/master/LICENSE) for details. \ No newline at end of file +This project is available under the MIT license. See the [LICENSE](https://github.com/BaldyAsh/upgradeable-contracts-solidity/blob/master/LICENSE) for details.