From ad8ae96f084567570ab632b2e9551a546dd5ca7d Mon Sep 17 00:00:00 2001 From: 0xKermo Date: Fri, 12 Sep 2025 21:28:31 -0700 Subject: [PATCH] docs: update README to reflect EVM examples - Replaced references to "Scroll examples" with "Evm examples" in the README.md for improved accuracy and clarity in documentation. - Removed outdated mention of "Base examples" to streamline the content. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 034c80e..b22a23a 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,8 @@ If you're upgrading from v0.5.x, please review our [Migration Guide](./docs/MIGR Check out the [Starknet examples](./examples/src/starknet/) and [Starknet README](./examples/src/starknet/README.md) for more detailed examples. -Check out the [Scroll examples](./examples/src/scroll/) and [Scroll README](./examples/src/scroll/README.md) for more detailed examples. +Check out the [Evm examples](./examples/src/evm/) and [Evm README](./examples/src/evm/README.md) for more detailed examples. -Check out the [Base examples](./examples/src/base/) and [Base README](./examples/src/base/README.md) for more detailed examples. ## Contributing