diff --git a/README.md b/README.md index 77f9dd5..a0da3fb 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,13 @@ import { Ocean, Logger } from '@oceanprotocol/squid' const { Ocean, Logger } = require('@oceanprotocol/squid') ``` -You can then connect to a running [Keeper](https://github.com/oceanprotocol/keeper-contracts) & [Provider](https://github.com/oceanprotocol/provider) instance, e.g.: +You can then connect to a running [Keeper](https://github.com/oceanprotocol/keeper-contracts) & [Aquarius](https://github.com/oceanprotocol/aquarius) instance, e.g.: ```js -const ocean = await new Ocean({nodeUri: 'http://localhost:8545', network: 'development', providerUri: 'http://localhost:5000'}) +const ocean = await new Ocean({ + nodeUri: 'http://localhost:8545', + aquariusUri: 'http://localhost:5000' +}) ``` ## Development