git ssb

2+

Dominic / ssb-client



Commit 6cb576f11d7d777e55c0e841c33e0c636b11d101

auth is inside connect, so don't show it in example

Dominic Tarr committed on 3/6/2015, 7:30:43 PM
Parent: 2b357a0abf8cd06b2aed2d9ce2eb76069888fd71

Files changed

README.mdchanged
README.mdView
@@ -14,10 +14,9 @@
1414 if(err) throw err
1515 }
1616
1717 var client = Client(keys, config)
18- .connect(abortIf)
19- .auth(abortIf)
18 + .connect(abortIf) //auth is automatic
2019
2120 client.publish({
2221 type: 'post', text: 'hello, world!'
2322 }, function (err, msg) {

Built with git-ssb-web