diff --git a/README.md b/README.md index 5a6f139a..6ac5fa7f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ The `-g FILENAME` option generates an [interactive jsViz graph](http://htmlprevi $ myth --infura-mainnet -g ./graph.html -a 0x5c436ff914c458983414019195e0f4ecbef9e6dd --max-depth 8 ``` -![callgraph](https://raw.githubusercontent.com/b-mueller/mythril/master/static/callgraph7.png "Call graph") +![callgraph](https://raw.githubusercontent.com/b-mueller/mythril/master/static/callgraph8.png "Call graph") ~~The "bounce" effect, while awesome (and thus enabled by default), sometimes messes up the graph layout.~~ Try adding the `--enable-physics` flag for a very entertaining "bounce" effect that unfortunately completely destroys usability. diff --git a/static/callgraph8.png b/static/callgraph8.png new file mode 100644 index 00000000..ae888524 Binary files /dev/null and b/static/callgraph8.png differ