Browse Source

README.md : credential files aren't valid JSON, so exclude the .json and use .k

ansuz 8 years ago
parent
commit
d6ad2d8ec3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
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.