4
0
mirror of https://github.com/cwinfo/hyperboria-peers.git synced 2025-07-09 06:24:05 +00:00

Fixing README.md to reflect formatting expected by tests.py

This commit is contained in:
Jacob Henner
2016-08-17 01:26:33 -04:00
parent c5d1dba06f
commit 4f34a9002a
2 changed files with 18 additions and 20 deletions

View File

@ -37,7 +37,6 @@ We have tried to standardize the structure of the actual credential files, as su
+ publicKey + publicKey
+ contact (a means of contacting the operator) + contact (a means of contacting the operator)
* credentials should be formatted such that: * credentials should be formatted such that:
- there is a space after each colon
- indentation uses four spaces - indentation uses four spaces
- the file ends with a newline character. - the file ends with a newline character.
* credentials must use IP:port strings for keys * credentials must use IP:port strings for keys
@ -87,4 +86,3 @@ console.log(Peers.peers);
console.log(Peers.peers.NA.us.california); console.log(Peers.peers.NA.us.california);
``` ```