Skip to content

Commit 561ddbc

Browse files
nimishbongalechriseth
authored andcommitted
Update README.md
1 parent 29d47d5 commit 561ddbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Solidity is a statically typed, contract-oriented, high-level language for imple
1717

1818
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts
1919
that run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer
20-
network where nobody has special authority over the execution and thus they allow to implement tokens of value,
20+
network where nobody has special authority over the execution, and thus they allow to implement tokens of value,
2121
ownership, voting and other kinds of logics.
2222

2323
When deploying contracts, you should use the latest released version of Solidity. This is because breaking changes as well as new features and bug fixes are introduced regularly. We currently use a 0.x version number [to indicate this fast pace of change](https://semver.org/#spec-item-4).
2424

2525
## Build and Install
2626

27-
Instructions about how to build and install the Solidity compiler can be found in the [Solidity documentation](https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source)
27+
Instructions about how to build and install the Solidity compiler can be found in the [Solidity documentation](https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source).
2828

2929

3030
## Example
@@ -61,10 +61,10 @@ Please follow the
6161
if you want to help.
6262

6363
## Maintainers
64-
[@axic](https://github.com/axic)
65-
[@chriseth](https://github.com/chriseth)
64+
* [@axic](https://github.com/axic)
65+
* [@chriseth](https://github.com/chriseth)
6666

6767
## License
68-
Solidity is licensed under [GNU General Public License v3.0](LICENSE.txt)
68+
Solidity is licensed under [GNU General Public License v3.0](LICENSE.txt).
6969

7070
Some third-party code has its [own licensing terms](cmake/templates/license.h.in).

0 commit comments

Comments
 (0)