git ssb

0+

cel / ssb-dns



Commit c153f85764dc35fa4c1e4425786ef59b5139aa86

Use arrays even for single items

%XCqRLEFZnchdnABS1n1p5fl8kPcLlC8xaF3HKiLCj/k=.sha256
cel committed on 4/20/2017, 4:03:20 AM
Parent: 1fbc46ea95a7614963f6825b74fc4c508789aef7

Files changed

README.mdchanged
README.mdView
@@ -19,9 +19,9 @@
1919 class: string,
2020 type: string,
2121 data: string|object|Array?,
2222 },
23- branch: MsgId | [ MsgId ]?,
23 + branch: [ MsgId ]?,
2424 }
2525 ```
2626
2727 - **record.name**: fully-qualified domain name for the record
@@ -60,9 +60,9 @@
6060 }
6161 ```
6262
6363 #### `TXT`, `SPF`
64-`string | [string]`
64 +`[string, ...]`
6565
6666 #### `SRV`
6767 ```js
6868 {

Built with git-ssb-web