Skip to content

Commit

Permalink
update example to use script name "pyan3"
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Jun 25, 2019
1 parent 0a8d415 commit 872dcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See `pyan --help`.

Example:

`pyan *.py --uses --no-defines --colored --grouped --annotated --dot >myuses.dot`
`pyan3 *.py --uses --no-defines --colored --grouped --annotated --dot >myuses.dot`

Then render using your favorite GraphViz filter, mainly `dot` or `fdp`:

Expand Down

0 comments on commit 872dcc0

Please sign in to comment.