From 5a7ed7238bf61ef48b7a406173fd40112a4ab7ca Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 21 Oct 2019 08:57:05 -0400 Subject: [PATCH] Update README.md --- examples/embark-dapp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/embark-dapp/README.md b/examples/embark-dapp/README.md index b8f10b3..40a03b8 100644 --- a/examples/embark-dapp/README.md +++ b/examples/embark-dapp/README.md @@ -1,4 +1,4 @@ -subspace - react example +subspace - react example using Embark framework === Simple application using a react observable component to receive a stream of emitted events. This app will deploy a test contract to **Ganache**. This example assumes you have Embark installed @@ -34,4 +34,4 @@ yarn run start Browse the DApp in [http://localhost:3000](http://localhost:3000) -*Note*: this is a simple example application that does not include error handling for the web3 connection. Be sure `ganache-cli` is running in `localhost:8545` before browsing the dapp. \ No newline at end of file +*Note*: this is a simple example application that does not include error handling for the web3 connection. Be sure `ganache-cli` is running in `localhost:8545` before browsing the dapp.