Browse Source

Update README.md (#149)

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

#147
kaotisk 5 years ago
parent
commit
328864c3ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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);
 ```