Skip to content

Commit 7149597

Browse files
committed
fixed readme
1 parent b30c92b commit 7149597

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77

88
**Elaborate solidity development modules library by DL.**
99

10-
The library consist of modules and utilities that are built on top of [Openzeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) but goes far beyond the mediocre solidity.
10+
The library consists of modules and utilities that are built on top of [Openzeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) but go far beyond mediocre solidity.
1111

1212
- Implementation of [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern
1313
- Versatile **RBAC** smart contract
1414
- Enhanced and simplified [**Diamond**](https://eips.ethereum.org/EIPS/eip-2535) pattern
15-
- Utilities to ease work with ERC20 decimals, arrays and sets
15+
- Heap based priority queue library
16+
- Utilities to ease work with ERC20 decimals, arrays, and sets
1617

1718
## Overview
1819

@@ -26,7 +27,7 @@ The latest stable version is always in the `master` branch.
2627

2728
## Usage
2829

29-
You will find the smart contracts in the `/contracts` directory. Fell free to play around and check the source code, it is rather descriptive.
30+
You will find the smart contracts in the `/contracts` directory. Feel free to play around and check the source code, it is rather descriptive.
3031

3132
Once the [npm package](https://www.npmjs.com/package/@dlsl/dev-modules) is installed, one can use the modules just like that:
3233

0 commit comments

Comments
 (0)