diff --git a/docs/README_simple_flow.md b/docs/README_simple_flow.md index e1affb3a..8b5c9bb4 100644 --- a/docs/README_simple_flow.md +++ b/docs/README_simple_flow.md @@ -10,6 +10,12 @@ `ocean-lib-js` is part of the [Ocean Protocol](www.oceanprotocol.com) toolset. # Installation + +``` +npm i --save @oceanprotocol/lib +``` +# Usage + ``` // ES6 import { Ocean, Logger } from '@oceanprotocol/lib' @@ -91,4 +97,4 @@ const config = new Config() const ocean = await Ocean.getInstance() await ocean.assets.download(tokenAddress, blob, transactionId, bob) -``` \ No newline at end of file +```