From d6ad2d8ec35d8b665ce7d83bdad92e717688a9be Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 18 Nov 2015 13:59:15 -0500 Subject: [PATCH] README.md : credential files aren't valid JSON, so exclude the .json and use .k --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d568ac3..5cdeda4 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ 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, with a `.json` trailing, like so: +Files should be named to match your node's public key, like so: -`ssxlh80x0bqjfrnbkm1801xsxyd8zd45jkwn1zhlnccqj4hdqun0.k.json` +`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.