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

require should use npm package name

This commit is contained in:
ansuz 2016-06-19 11:52:33 +02:00
parent fd95e35979
commit c81996e32e

View File

@ -62,7 +62,7 @@ It's available as a module on npm:
### Usage
```Javascript
var Peers = require("./index.js");
var Peers = require("hyperboria-peers");
/* return a list of public peers located in North America */
Peers.filter(function (creds, path) {