Update README.md

pull/72/head
Bernhard Mueller 7 years ago committed by GitHub
parent dff15de620
commit c95e767ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -48,7 +48,7 @@ Mythril detects a range of [security issues](security_checks.md), including inte
In order to work with Solidity source code files, the [solc command line compiler](http://solidity.readthedocs.io/en/develop/using-the-compiler.html) needs to be installed and in path. You can then provide the source file(s) as positional arguments, e.g.: In order to work with Solidity source code files, the [solc command line compiler](http://solidity.readthedocs.io/en/develop/using-the-compiler.html) needs to be installed and in path. You can then provide the source file(s) as positional arguments, e.g.:
```bash ```
$ myth -x underflow.sol $ myth -x underflow.sol
==== Integer Underflow ==== ==== Integer Underflow ====
Type: Warning Type: Warning

Loading…
Cancel
Save