aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/README.md2
-rw-r--r--library/index.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/library/README.md b/library/README.md
index b6b944051..6a6574dbd 100644
--- a/library/README.md
+++ b/library/README.md
@@ -16,7 +16,7 @@ to build MetaMask and have it live reload if you make changes
- navigate to: http://127.0.0.1:9001/popup/popup.html
- Create an Account
-- go back too http://localhost:9002/
+- go back to http://localhost:9002/
- open devTools
- click Sync Tx
diff --git a/library/index.js b/library/index.js
index e4654128a..b5f4f6637 100644
--- a/library/index.js
+++ b/library/index.js
@@ -4,7 +4,6 @@ const setupProvider = require('./lib/setup-provider.js')
//
// setup web3
//
-console.log('hello world im here')
var provider = setupProvider()
hijackProvider(provider)
var web3 = new Web3(provider)