git ssb

2+

cel / scuttlebot.io



Commit 69c5ed428a0c5ac7ea980ad8220130d5ddcd024f

Fix documentation of pub message type

cel committed on 4/20/2019, 10:50:07 PM
Parent: b8d984a9824e6f3e97628f0a17865124f4d8c3ca

Files changed

tmpl/docs/message-types/pub.mdchanged
tmpl/docs/message-types/pub.mdView
@@ -7,10 +7,10 @@
77
88 ```js
99 {
1010 type: 'pub',
11- pub: {
12- link: FeedLink,
11 + address: {
12 + key: FeedLink,
1313 host: String,
1414 port: Number
1515 }
1616 }

Built with git-ssb-web