diff --git a/README.md b/README.md index c84130c3e..bcd26f9e6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ mod MyToken { component!(path: ERC20Component, storage: erc20, event: ERC20Event); - // ERC20 Mixin + // ERC20 Mixin #[abi(embed_v0)] impl ERC20MixinImpl = ERC20Component::ERC20MixinImpl; impl ERC20InternalImpl = ERC20Component::InternalImpl;