summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b285cc..7ad6f97 100644
--- a/README.md
+++ b/README.md
@@ -184,12 +184,17 @@ $ ponzu upgrade
### version, v
-Prints the version of the Ponzu CLI you have installed.
+Prints the version of Ponzu your project is using. Must be called from within a
+Ponzu project directory. By passing the `--cli` flag, the `version` command will
+print the version of the Ponzu CLI you have installed.
Example:
```bash
$ ponzu version
> Ponzu v0.7.1
+(or)
+$ ponzu --cli version
+> Ponzu v0.7.2
```
---