From d10fe9a0fe0f18a7da027b043c9cd165e9e8a37f Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Mon, 1 Feb 2021 09:25:59 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b944c8f7f..d68f2aa00 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Slither is a Solidity static analysis framework written in Python 3. It runs a s ## Bugs and Optimizations Detection -Run Slither on a Truffle/Embark/Dapp/Etherlime application: +Run Slither on a Truffle/Embark/Dapp/Etherlime/Hardhat application: ```bash slither . ```