From eb644b1d8e53daf6123b273ec5f77276bc3c7da0 Mon Sep 17 00:00:00 2001 From: MeetRajput00 Date: Mon, 29 Aug 2022 16:48:14 +0530 Subject: [PATCH] fixed grammar typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd8dc634..1f0046532 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For a good overview and starting point, please check out the official [Solidity Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer -network where nobody has special authority over the execution, and thus they allow to implement tokens of value, +network where nobody has special authority over the execution, and thus they allow anyone to implement tokens of value, ownership, voting, and other kinds of logic. When deploying contracts, you should use the latest released version of