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

Rename of Railing -> bootstrap #81

Merged
merged 1 commit into from
Aug 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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