Commit c153f85764dc35fa4c1e4425786ef59b5139aa86
Use arrays even for single items
%XCqRLEFZnchdnABS1n1p5fl8kPcLlC8xaF3HKiLCj/k=.sha256cel committed on 4/20/2017, 4:03:20 AM
Parent: 1fbc46ea95a7614963f6825b74fc4c508789aef7
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -19,9 +19,9 @@ | ||
19 | 19 … | class: string, |
20 | 20 … | type: string, |
21 | 21 … | data: string|object|Array?, |
22 | 22 … | }, |
23 | - branch: MsgId | [ MsgId ]?, | |
23 … | + branch: [ MsgId ]?, | |
24 | 24 … | } |
25 | 25 … | ``` |
26 | 26 … | |
27 | 27 … | - **record.name**: fully-qualified domain name for the record |
@@ -60,9 +60,9 @@ | ||
60 | 60 … | } |
61 | 61 … | ``` |
62 | 62 … | |
63 | 63 … | #### `TXT`, `SPF` |
64 | -`string | [string]` | |
64 … | +`[string, ...]` | |
65 | 65 … | |
66 | 66 … | #### `SRV` |
67 | 67 … | ```js |
68 | 68 … | { |
Built with git-ssb-web