From 17ced8fe6dfa4ecd57252d7b86ecbdb1197820e8 Mon Sep 17 00:00:00 2001 From: Himanshu Pal Date: Mon, 19 Sep 2022 02:04:51 +0530 Subject: [PATCH] Fix 'remix-astwalker' README path --- libs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/README.md b/libs/README.md index 498defef08..238a9b198a 100644 --- a/libs/README.md +++ b/libs/README.md @@ -16,7 +16,7 @@ To start with Remix IDE, check out [official documentation](https://remix-ide.re Here is the brief description of Remix libraries. + [`remix-analyzer`](remix-analyzer/README.md): Perform static analysis on Solidity smart contracts to check security vulnerabilities and bad development practices -+ [`remix-astwalker`](remix-tests/README.md): Parse solidity AST (Abstract Syntax Tree) ++ [`remix-astwalker`](remix-astwalker/README.md): Parse solidity AST (Abstract Syntax Tree) + [`remix-debug`](remix-debug/README.md): Debug Ethereum transactions. It provides several controls that allow stepping over the trace and seeing the current state of a selected step. + [`remix-simulator`](remix-simulator/README.md): Web3 wrapper for different kind of providers + [`remix-solidity`](remix-solidity/README.md): Load a Solidity compiler from provided URL and compile the contract using loaded compiler and return the compilation details