Skip to content

Commit

Permalink
doc: fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
i-fix-typos authored Oct 5, 2023
1 parent 6af38bc commit b9e3629
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NEAR's purpose is to enable community-driven innovation to benefit people around
To achieve this purpose, *NEAR* provides a developer platform where developers and entrepreneurs can create apps that put users back in control of their data and assets, which is the foundation of ["Open Web" movement][open-web-url].

One of the components of *NEAR* is the NEAR Protocol, an infrastructure for server-less applications and smart contracts powered by a blockchain.
NEAR Protocol is built to deliver usability and scalability of modern PaaS like Firebase at fraction of the prices that blockchains like Ethereum charge.
NEAR Protocol is built to deliver usability and scalability of modern PaaS like Firebase at a fraction of the prices that blockchains like Ethereum charge.

Overall, *NEAR* provides a wide range of tools for developers to easily build applications:
- [JS Client library][js-api] to connect to NEAR Protocol from your applications.
Expand All @@ -55,7 +55,7 @@ Overall, *NEAR* provides a wide range of tools for developers to easily build ap

## Join the Network

The easiest way to join the network, is by using the `nearup` command, which you can install as follows:
The easiest way to join the network is by using the `nearup` command, which you can install as follows:

```bash
pip3 install --user nearup
Expand All @@ -68,12 +68,12 @@ You can join all the active networks:

Check the `nearup` repository for [more details](https://github.com/near/nearup) on how to run with or without docker.

To learn how to become validator, checkout [documentation](https://docs.near.org/docs/develop/node/validator/staking-and-delegation).
To learn how to become a validator, checkout [documentation](https://docs.near.org/docs/develop/node/validator/staking-and-delegation).

## Contributing

The workflow and details of setup to contribute are described in [CONTRIBUTING.md](CONTRIBUTING.md), and security policy is described in [SECURITY.md](SECURITY.md).
To propose new protocol changes or standards use [Specification & Standards repository](https://github.com/nearprotocol/NEPs).
The workflow and details of setup to contribute are described in [CONTRIBUTING.md](CONTRIBUTING.md), and the security policy is described in [SECURITY.md](SECURITY.md).
To propose new protocol changes or standards use the [Specification & Standards repository](https://github.com/nearprotocol/NEPs).

## Getting in Touch

Expand Down

0 comments on commit b9e3629

Please sign in to comment.