Skip to content

Commit 17ca99a

Browse files
authored
fix: update the typo command for prune in readme (#19)
1 parent 2dbd6cb commit 17ca99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Delete the model artifact in the local storage:
9595
$ modctl rm 127.0.0.1/library/test-models:v1
9696
```
9797

98-
Finally, you can use `purge` command to to remove all unnecessary blobs to free up the storage space:
98+
Finally, you can use `prune` command to to remove all unnecessary blobs to free up the storage space:
9999

100100
```shell
101-
$ modctl purge
101+
$ modctl prune
102102
```

0 commit comments

Comments
 (0)