From 9f3c0fc9a0a81ca072840e640df31ce40476e106 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 21 Mar 2018 16:49:25 +0100 Subject: [PATCH] update read me --- remix-debug/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remix-debug/README.md b/remix-debug/README.md index 0ceee57f60..e09d659d26 100644 --- a/remix-debug/README.md +++ b/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) => {} + +}) ```