From db1e67c2f6ced69fd6c80fa794c48627bdb7fedd Mon Sep 17 00:00:00 2001 From: Hachiman <77004828+Hachiman2284@users.noreply.github.com> Date: Mon, 20 Jun 2022 18:52:04 +0530 Subject: [PATCH] Update README.md Changed Typo under sub-headline Optimism [Headline : Examples of Layer 2] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b689b64..84a014e 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ We will have more practical examples of using Polygon in future modules. [Arbitrum](https://offchainlabs.com/) is an optimistic rollup solution for general purpose smart contracts on Ethereum. It is EVM-compatible, and developers can easily port their existing Solidity code to Arbitrum. #### Optimism -[Optimism](https://www.optimism.io/) is also an optimistic rollup solution for general purpose smart contracts on Ethereum. It is also EVM-compatible, and develoeprs can port their existing Solidity code to Optimism. +[Optimism](https://www.optimism.io/) is also an optimistic rollup solution for general purpose smart contracts on Ethereum. It is also EVM-compatible, and developers can port their existing Solidity code to Optimism. Arbitrum and Optimism differ in some low-level nitty-gritty technical details, but on the surface, they both operate within the same category.