From 8eb111b53ca946f4f00d361ff6783fca185680ef Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 6 Nov 2018 16:51:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 631f5907dd..30012a3add 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Remix is built out of several different modules: + [`remix-lib`](remix-lib/README.md) + [`remix-debug`](remix-debugger/README.md) is now *deprecated*. It contains the debugger. + [`remix-tests`](remix-tests/README.md) contains our tests. -+ [`remixd`](remixd/README.md) CLI which allow accessing local element from Remix IDE (see https://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html) ++ [`remixd`](https://github.com/ethereum/remixd/tree/master) CLI which allow accessing local element from Remix IDE (see https://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html) Each generally has their own npm package and test suite, as well as basic documentation.