Skip to content

Commit 8958df3

Browse files
committed
fix typo
1 parent 26f4651 commit 8958df3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [none]
4+
5+
- Fixed typo in readme.
6+
37
## [3.2.1]
48

59
- Added `Bridge v0.1` contracts for simple cross-chain token transfers. AMB + modules will be added in the subsequent releases.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ contracts
2525
│ └── AAccountRecovery — "ERC-7947 account recovery base implementation"
2626
├── bridge
2727
│ ├── handlers — "Internal bridge logic contracts"
28-
│ └── ABridge — "Simply bridge with ERC20/ERC721/ERC1155 tokens support"
28+
│ └── ABridge — "Simple bridge with ERC20/ERC721/ERC1155 tokens support"
2929
├── contracts—registry
3030
│ ├── AContractsRegistry — "Reference registry implementation of ERC-6224 pattern"
3131
│ ├── ADependant — "Reference dependant implementation of ERC-6224 pattern"

0 commit comments

Comments
 (0)