From 5002f3d8b8cafaf80d73ec145d68bbed5bb75eaf Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 20 Aug 2023 11:22:39 +0200 Subject: [PATCH] fix typos --- libs/remixd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remixd/README.md b/libs/remixd/README.md index bb563fe131..5738300893 100644 --- a/libs/remixd/README.md +++ b/libs/remixd/README.md @@ -17,7 +17,7 @@ More details are explained in the [documentation](https://remix-ide.readthedocs. NOTE: When the remixd NPM module is installed, it also installs [Slither](https://github.com/crytic/slither), [solc-select](https://github.com/crytic/solc-select#quickstart) and sets [solc](https://docs.soliditylang.org/en/latest/installing-solidity.html) to latest version i.e. 0.8.15 currently. -ALSO NOTE: Python3.6+ (pip3) needs to already be installed on the System. In case of any discrepany, Slither can also installed along with other dependencies using command: +ALSO NOTE: Python3.6+ (pip3) needs to already be installed on the System. In case of any discrepancy, Slither can also be installed along with other dependencies using the command: ``` > remixd -i slither ```