From b20b7875dd7609a4c46b71f2919a1f17cdae223c Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Fri, 11 Dec 2020 15:36:08 +0100 Subject: [PATCH] fix typo --- content/tutorials/network-local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/network-local.md b/content/tutorials/network-local.md index 131cb98c..2feefb48 100644 --- a/content/tutorials/network-local.md +++ b/content/tutorials/network-local.md @@ -7,7 +7,7 @@ description: Details of Ganache deployment & services [Ganache](https://www.trufflesuite.com/ganache) is a local Ethereum "network" that you run on your machine for fast iterations while developing your app. -The most straighforward case for local development is to use Ocean [Barge](https://www.github.com/oceanprotocol/barge). IT runs Ganache in addition to Aquarius and Provider. +The most straighforward case for local development is to use Ocean [Barge](https://www.github.com/oceanprotocol/barge). It runs Ganache in addition to Aquarius and Provider. Alternatively, you can run Ganache independently. Install it according to [the Ganache docs](https://www.trufflesuite.com/ganache). Then deploy Ocean contracts onto Ganache following [docs in Ocean contracts repo](https://www.github.com/oceanprotocol/contracts).