Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyu committed Dec 21, 2022
1 parent 5326e37 commit b63eae8
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 @@ -134,7 +134,7 @@ You need a Python installation with Flask to run it. There's a Poetry environmen

To view the heap dump with the browser-based UI, go to [pyheap-ui/](pyheap-ui/) and run:
```bash
PYTHONPATH=src poetry run python -m ui --file heap.pyheap
PYTHONPATH=src poetry run python -m pyheap_ui --file heap.pyheap
```
and open [http://127.0.0.1:5000](http://127.0.0.1:5000).

Expand Down

0 comments on commit b63eae8

Please sign in to comment.