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