Skip to content

Commit b66e805

Browse files
committed
fixed readme
1 parent a2777d6 commit b66e805

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
# Solidity Development Modules by Distributed Lab
77

8-
**Handful solidity development modules library by DL.**
8+
**Elaborate solidity development modules library by DL.**
99

1010
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.
1111

12-
- Implementation of **Contracts Registry** pattern
12+
- Implementation of [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern
1313
- Versatile **RBAC** smart contract
14-
- Enhanced and simplified **Diamond** pattern
14+
- Enhanced and simplified [**Diamond**](https://eips.ethereum.org/EIPS/eip-2535) pattern
1515
- Utilities to ease work with ERC20 decimals, arrays and sets
1616

1717
## Overview

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dlsl/dev-modules",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"author": "Distributed Lab",
66
"description": "Solidity Development Modules by Distributed Lab",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dlsl",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"author": "Distributed Lab",
66
"description": "Solidity Development Modules by Distributed Lab",

0 commit comments

Comments
 (0)