Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit bda0dc8

Browse files
antimatter15vasco-santos
authored andcommitted
fix: rename railing -> bootstrap (#81)
1 parent dbb667b commit bda0dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const options = {
2626
interval: 5000 // ms, default is 10s
2727
}
2828

29-
const b = new Railing(options)
29+
const b = new bootstrap(options)
3030

3131
b.on('peer', function (peerInfo) {
3232
// found a new peer

0 commit comments

Comments
 (0)