Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Feb 7, 2020
1 parent c5d7b75 commit cd88250
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ output of the crawl is available in the `all.json` file. We create lists for spe
blockchain networks by filtering `all.json` according to the ["eth" ENR entry value][eth-entry]
provided by each node.

If you want your node in the list, simply run a your client and make sure it is reachable
through discovery. The crawler will pick it up and sort it into the right list.
If you want your node in the list, simply run your client and make sure it is reachable
through discovery. The crawler will pick it up and sort it into the right list
automatically.

[EIP-1459]: https://eips.ethereum.org/EIPS/eip-1459
[eth-entry]: https://github.com/ethereum/devp2p/blob/master/enr-entries/eth.md

0 comments on commit cd88250

Please sign in to comment.