Skip to content

Commit

Permalink
chore(docs): remove -V from docs and replaced with --version (#6866)
Browse files Browse the repository at this point in the history
Seems like the old -V got added back in due to docs refactor. This fixes that issue.

## Checklist

- [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [ ] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
boyney123 authored Jul 8, 2024
1 parent ba1f803 commit fddc8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/01-start-here/02-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm install -g winglang

Verify your installation:
```
wing -V
wing --version
```

## IDE Extension
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/08-guides/03-react-vite-websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Now, we will create our backend for our app:

```sh
npm install -g winglang
wing -V # should be >= 0.60.1
wing --version # should be >= 0.60.1
```

2. Create a `backend` directory under the project root:
Expand Down

0 comments on commit fddc8a9

Please sign in to comment.