From 29c9b5a2f786bb20dedf058f7d4f758e7810229c Mon Sep 17 00:00:00 2001 From: MaxweLL22-22 Date: Fri, 24 Jan 2025 20:40:39 +0100 Subject: [PATCH] fix README.md --- packages/demo-dapp-election/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/demo-dapp-election/README.md b/packages/demo-dapp-election/README.md index 86da090..4443e08 100644 --- a/packages/demo-dapp-election/README.md +++ b/packages/demo-dapp-election/README.md @@ -2,7 +2,7 @@ `demo-dapp-election` is a simple sample example that allows you to deploy the Election contract to Arbitrum and run its functions. -The contract lives entirely on the targetted chain, and involves no direct interacts from the parent chain; writing, deploying, and interacting with it works just like using a regular contract on Ethereum. +The contract lives entirely on the targeted chain, and involves no direct interacts from the parent chain; writing, deploying, and interacting with it works just like using a regular contract on Ethereum. ## Set environment variables