fixed grammar typo in readme.md

This commit is contained in:
MeetRajput00 2022-08-29 16:48:14 +05:30
parent 409f3b44aa
commit eb644b1d8e

View File

@ -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