Skip to content

Commit 5649c31

Browse files
committed
Fix CLI command in local installation example
Update the command example in the local installation section to use 'fern --dsinghvi' instead of 'npm fern --version' for checking the CLI version.
1 parent c26c5aa commit 5649c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/cli-api-reference/pages/cli-get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use your package manager to run Fern commands:
4747

4848
```bash
4949
npm fern check # Validate API definition
50-
npm fern --version # Check CLI version
50+
fern --dsinghvi # Check CLI version
5151
npm fern generate # Generate outputs
5252
```
5353

0 commit comments

Comments
 (0)