1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

Fix quotes in did-ddo.md

This commit is contained in:
Akshay 2022-05-17 11:13:45 +02:00
parent 83e60469de
commit 68bdee4ede

View File

@ -212,7 +212,7 @@ Type of objects supported :
<th>Description</th>
<th>Example</th>
</tr>
<td>'url'</td>
<td><code>url</code></td>
<td>Static URL. Contains url and HTTP method</td>
<td>
@ -238,7 +238,7 @@ First class integrations supported in the future :
<th>Example</th>
</tr>
<tr>
<td>"ipfs"</td><td>IPFS files</td>
<td><code>ipfs</code></td><td>IPFS files</td>
<td>
```json
@ -252,10 +252,10 @@ First class integrations supported in the future :
</td>
<tr><td>"filecoin"</td><td>Filecoin storage</td><td>&nbsp;</td></tr>
<tr><td>"arwave"</td><td>Arwave</td><td>&nbsp;</td></tr>
<tr><td>"storj"</td><td>Storj</td><td>&nbsp;</td></tr>
<tr><td>"sql"</td><td>Sql connection, dataset is generated by a query</td><td>&nbsp;</td></tr>
<tr><td><code>filecoin</code></td><td>Filecoin storage</td><td>&nbsp;</td></tr>
<tr><td><code>arwave</code></td><td>Arwave</td><td>&nbsp;</td></tr>
<tr><td><code>storj</code></td><td>Storj</td><td>&nbsp;</td></tr>
<tr><td><code>sql</code></td><td>Sql connection, dataset is generated by a query</td><td>&nbsp;</td></tr>
</table>
A service can contain multiple files, using multiple storage types.