Skip to content

Commit

Permalink
Update README example to reflect new refactoring (#639)
Browse files Browse the repository at this point in the history
Updating the README js example to match the changes made in #610 where gossip and replicate were moved out to their own plugins.
  • Loading branch information
timjrobinson authored and staltz committed Feb 21, 2019
1 parent 2de0925 commit 471a3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -64,8 +64,8 @@ var path = require('path')
// add plugins
Server
.use(require('ssb-server/plugins/master'))
.use(require('ssb-server/plugins/gossip'))
.use(require('ssb-server/plugins/replicate'))
.use(require('ssb-gossip'))
.use(require('ssb-replicate'))
.use(require('ssb-backlinks'))

var server = Server(config)
Expand Down

0 comments on commit 471a3f1

Please sign in to comment.