Skip to content

Commit

Permalink
Fix a typo in README.md (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishmandev authored Sep 30, 2022
1 parent 9d82453 commit 3f407e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Eth2 Crawler is Ethereum blockchain project that extracts eth2 node information from the network save it to the datastore. It also exposes a graphQL interface to access the information saved in the datastore.

## Getting Started
There are three main component in the project:
There are three main components in the project:
1. Crawler: crawls the network for eth2 nodes, extract additional information about the node and save it to the datastore
2. MongoDB: datastore to save eth2 nodes information
3. GraphQL Interface: provide access the stored information
Expand Down Expand Up @@ -36,4 +36,4 @@ make run
* `make license-check` - checks for missing license headers

## LICENSE
See the [LICENSE](https://github.com/ChainSafe/eth2-crawler/blob/main/LICENSE) file for license rights and limitations (lgpl-3.0).
See the [LICENSE](https://github.com/ChainSafe/eth2-crawler/blob/main/LICENSE) file for license rights and limitations (lgpl-3.0).

0 comments on commit 3f407e6

Please sign in to comment.