diff --git a/README.md b/README.md index eaca096..c91829e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ __import__("viv").use("click") To remove all `vivenvs` you can use the below command: ```sh -viv remove $(viv list -q) +viv cache remove $(viv list -q) ``` To remove `viv` all together you can use the included `purge` command: