From 6258073e6d923fd8a871e2686f7256c813353e7c Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 18 Nov 2015 14:16:29 -0500 Subject: [PATCH] README.md : modify naming conventions slightly --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5cdeda4..4c32877 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ listing public peers ## Adding your public node's credentials -If you've created a public node, and would like to have it listed here, fork the repo, add a valid .json file, and submit a PR. +If you've created a public node, and would like to have it listed here, fork the repo, add a keyfile, and submit a PR. ## Nodeinfo.json @@ -68,10 +68,5 @@ By following this scheme, we make it possible for users to programmatically find ## Naming your entry -Files should be named to match your node's public key, like so: - -`ssxlh80x0bqjfrnbkm1801xsxyd8zd45jkwn1zhlnccqj4hdqun0.k` - -This allows anyone crawling the directory to easily check whether they'd already added a node without having to read the file itself. - +You can name your file whatever you want, but for simplicity's sake, avoid characters which will need to be escaped at the command line.