5
0
mirror of https://github.com/cwinfo/hyperboria-peers.git synced 2024-11-25 12:31:39 +00:00

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

This commit is contained in:
ansuz 2015-11-18 13:59:15 -05:00
parent b5a899947c
commit d6ad2d8ec3

View File

@ -68,9 +68,9 @@ By following this scheme, we make it possible for users to programmatically find
## Naming your entry ## 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. This allows anyone crawling the directory to easily check whether they'd already added a node without having to read the file itself.