diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 20adb6c3f..cbe1955ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,7 +51,7 @@ body: id: version attributes: label: Specify CLI Version - description: "Run `specify --version` or `pip show spec-kit`" + description: "Run `specify version` or `pip show spec-kit`" placeholder: "e.g., 1.3.0" validations: required: true diff --git a/extensions/EXTENSION-USER-GUIDE.md b/extensions/EXTENSION-USER-GUIDE.md index 46e87cf6c..802026231 100644 --- a/extensions/EXTENSION-USER-GUIDE.md +++ b/extensions/EXTENSION-USER-GUIDE.md @@ -46,7 +46,7 @@ Extensions are modular packages that add new commands and functionality to Spec ### Check Your Version ```bash -specify --version +specify version # Should show 0.1.0 or higher ```