From 14ed734d82bb36cbbf2065b73de7b4862431fbe8 Mon Sep 17 00:00:00 2001 From: Feist Josselin Date: Fri, 19 Oct 2018 14:04:18 +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 0f87dc524..983780e20 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Slither is a Solidity static analysis framework written in Python 3. It runs a s * Easy integration into continuous integration pipelines * Built-in 'printers' quickly report crucial contract information * Detector API to write custom analyses in Python -* Ability to analyze contracts written with Solidity > 0.4 +* Ability to analyze contracts written with Solidity >= 0.4 * Intermediate representation ([SlithIR](https://github.com/trailofbits/slither/wiki/SlithIR)) enables simple, high-precision analyses ## Usage