Skip to content

Commit fee37b6

Browse files
authored
Update README.md
1 parent 949a52f commit fee37b6

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
@@ -6,9 +6,9 @@
66
[![X Follow](https://img.shields.io/twitter/follow/solidity_lang?style=plastic&logo=x)](https://X.com/solidity_lang)
77
[![Mastodon Follow](https://img.shields.io/mastodon/follow/000335908?domain=https%3A%2F%2Ffosstodon.org%2F&logo=mastodon&style=plastic)](https://fosstodon.org/@solidity)
88

9-
You can talk to us on Gitter and Matrix, tweet at us on X (previously Twitter) or create a new topic in the Solidity forum. Questions, feedback, and suggestions are welcome!
9+
You can talk to us on Gitter and Matrix, tweet at us on X (previously Twitter), or create a new topic in the Solidity forum. Questions, feedback, and suggestions are welcome!
1010

11-
Solidity is a statically-typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.
11+
Solidity is a statically typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.
1212

1313
For a good overview and starting point, please check out the official [Solidity Language Portal](https://soliditylang.org).
1414

@@ -25,7 +25,7 @@ For a good overview and starting point, please check out the official [Solidity
2525

2626
## Background
2727

28-
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts
28+
Solidity is a statically typed curly-braces programming language designed for developing smart contracts
2929
that run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer
3030
network where nobody has special authority over the execution, and thus they allow anyone to implement tokens of value,
3131
ownership, voting, and other kinds of logic.
@@ -56,7 +56,7 @@ contract HelloWorld {
5656
}
5757
```
5858

59-
To get started with Solidity, you can use [Remix](https://remix.ethereum.org/), which is a
59+
To start with Solidity, you can use [Remix](https://remix.ethereum.org/), a
6060
browser-based IDE. Here are some example contracts:
6161

6262
1. [Voting](https://docs.soliditylang.org/en/latest/solidity-by-example.html#voting)
@@ -75,7 +75,7 @@ Please follow the
7575
[Developer's Guide](https://docs.soliditylang.org/en/latest/contributing.html)
7676
if you want to help.
7777

78-
You can find our current feature and bug priorities for forthcoming
78+
You can find our current feature and bug priorities for the forthcoming
7979
releases in the [projects section](https://github.com/ethereum/solidity/projects).
8080

8181
## Maintainers

0 commit comments

Comments
 (0)