5
0
mirror of https://github.com/cwinfo/hyperboria-peers.git synced 2024-09-19 16:09:35 +00:00

Update README.md (#149)

Changed case in example code cause of changed name of folders.

#147
This commit is contained in:
kaotisk 2018-08-26 15:47:40 +03:00 committed by kpcyrd
parent bdf66a6487
commit 328864c3ca

View File

@ -96,5 +96,5 @@ Peers.map(function (creds, path) {
/* the underlying data is exposed in a nested json structure */
console.log(Peers.peers);
console.log(Peers.peers.NA.us.california);
console.log(Peers.peers.na.us.california);
```