update read me

pull/7/head
yann300 7 years ago
parent 5c2e00daa3
commit 9f3c0fc9a0
  1. 3
      remix-debug/README.md

@ -7,7 +7,6 @@ remix-debug is a libraries which wrap other remix-* libraries to make debugging
## Installation
Make sure Node is [installed on your setup](https://docs.npmjs.com/getting-started/installing-node), and that a [local `geth`/`eth` node is running](../README.md#how-to-use).
```bash
npm install remix-debug
@ -61,4 +60,6 @@ debugger.callTree.register('callTreeReady', () => {
})
debugger.extractLocalsAt(23, (null, locals) => {}
})
```

Loading…
Cancel
Save