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

Commit

Permalink
fix: rename railing -> bootstrap (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
antimatter15 authored and vasco-santos committed Aug 7, 2018
1 parent dbb667b commit bda0dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const options = {
interval: 5000 // ms, default is 10s
}

const b = new Railing(options)
const b = new bootstrap(options)

b.on('peer', function (peerInfo) {
// found a new peer
Expand Down

0 comments on commit bda0dc8

Please sign in to comment.