From 233540561515cc704695484f9c91b959eeea277f Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 6 Jun 2019 14:13:25 +0200 Subject: [PATCH] Update the example-code page --- content/tutorials/example-code.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/tutorials/example-code.md b/content/tutorials/example-code.md index e8bf6754..10659baa 100644 --- a/content/tutorials/example-code.md +++ b/content/tutorials/example-code.md @@ -8,6 +8,7 @@ description: Examples of code using the Squid libraries. - [The squid-py tutorials in Jupyter notebooks](/tutorials/jupyter-notebooks/) - [The squid_py/examples/ directory of the squid-py repository](https://github.com/oceanprotocol/squid-py/tree/develop/examples) - [The squid-py tests](https://github.com/oceanprotocol/squid-py/tree/develop/tests) +- [ocean-cli-py](https://github.com/bigchaindb-gmbh/ocean-cli-py) is an Ocean Protocol command-line interface built using squid-py ## squid-js Examples @@ -22,3 +23,4 @@ description: Examples of code using the Squid libraries. - [The squid-java README.md file](https://github.com/oceanprotocol/squid-java/blob/develop/README.md) - [The squid-java tests](https://github.com/oceanprotocol/squid-java/tree/develop/src/test) +- [ocean-cli](https://github.com/bigchaindb-gmbh/ocean-cli) is an Ocean Protocol command-line interface built using squid-java