diff --git a/README.md b/README.md index d4ba85ef07..88bff7cbc2 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,11 @@ Those commands will run the RPC server on `localhost:8545`, which is the default See [here](remix-debugger/README.md) how to install, run and use the debugger locally. +The debugger itself contains several controls that allow stepping over the trace and seeing the current state of a selected step. + ## Remix Modules -Remix is built out of 4 different modules: +Remix is built out of 3 different modules: + [`remix-solidity`](remix-solidity/README.md) provides Solidity analysis and decoding functions. + [`remix-lib`](remix-lib/README.md)