Merge pull request #13447 from MeetRajput00/develop

fixed grammar typo in readme.md
This commit is contained in:
Leo 2022-08-29 14:28:40 +02:00 committed by GitHub
commit f0d1ddaee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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