From d81c0d65bf2ffc97541fb9bbdac102b7a9d2dd57 Mon Sep 17 00:00:00 2001 From: Sunghee Lee <630sunghee@gmail.com> Date: Wed, 2 Oct 2019 21:01:26 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 008b138..7733144 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ A curated list of awesome Ethereum security references, guidance, tools, and mor ### Linters * [Remix](https://remix.ethereum.org/) - Browser-based Solidity IDE with linting features -* [SmarrtCheck](https://tool.smartdec.net/) - A linter for Solidity and Vyper that checks code for security issues and bad practices. +* [SmartCheck](https://tool.smartdec.net/) - A linter for Solidity and Vyper that checks code for security issues and bad practices. * [Solhint](https://github.com/protofire/solhint) - Linter for both security and style-guide validations. It strictly adheres to the [Solidity Style Guide](https://solidity.readthedocs.io/en/latest/style-guide.html). * [Solium](https://github.com/duaraghav8/Solium) - Linter for both security and style-guide validations. Does not strictly adhere to the Solidity Style Guide.