From 9148f967f6cf5f5f1284951df487f54a57ef3d8e Mon Sep 17 00:00:00 2001 From: Jernej Pregelj Date: Thu, 6 Dec 2018 10:53:54 +0100 Subject: [PATCH] oceanprotocol/squid --- content/tutorials/react-publish-data-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/react-publish-data-set.md b/content/tutorials/react-publish-data-set.md index 7b86eb9c..44e1b4dd 100644 --- a/content/tutorials/react-publish-data-set.md +++ b/content/tutorials/react-publish-data-set.md @@ -75,7 +75,7 @@ Here is the full source of `src/App.js` that you should have if you followed thi ```javascript import React, { Component } from 'react' import './App.css' -import { Ocean } from '@oceanprotocol/squid/dist/node/squid' +import { Ocean } from '@oceanprotocol/squid' import * as Web3 from 'web3' const web3 = new Web3(window.web3.currentProvider) window.ethereum.enable()