We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d7b75 commit cd88250Copy full SHA for cd88250
README.md
@@ -8,8 +8,9 @@ output of the crawl is available in the `all.json` file. We create lists for spe
8
blockchain networks by filtering `all.json` according to the ["eth" ENR entry value][eth-entry]
9
provided by each node.
10
11
-If you want your node in the list, simply run a your client and make sure it is reachable
12
-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
13
+automatically.
14
15
[EIP-1459]: https://eips.ethereum.org/EIPS/eip-1459
16
[eth-entry]: https://github.com/ethereum/devp2p/blob/master/enr-entries/eth.md
0 commit comments