From 7dc446e78930e228a56ac6062c8bea11856b2727 Mon Sep 17 00:00:00 2001 From: Artem Chystiakov <47551140+Arvolear@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:56:36 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9365df3a..6c4844cc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Solidity Library for Savvies by Distributed Lab -The library consists of modules and utilities that are built with a help of [Openzeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) (4.9.5) and **go far beyond mediocre solidity**. +Solidity modules and utilities that **go far beyond mediocre solidity**. - Implementation of [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern - Versatile access control smart contracts (Merkle whitelists, RBAC) @@ -17,7 +17,9 @@ The library consists of modules and utilities that are built with a help of [Ope - Flexible finance primitives (**Staking**, **Vesting**) - Robust UniswapV2 and UniswapV3 oracles - Lightweight SBT implementation -- Utilities to ease work with memory, ERC20 decimals, arrays, sets and ZK proofs +- Utilities to ease work with memory, ERC20 decimals, arrays, sets, and ZK proofs + +Built with the help of [Openzeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) (4.9.5). ## Overview