Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Oct 9, 2024
1 parent e533494 commit 0a27321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ npm install -g @asyncapi/cli

Generate using CLI

> If you use template version v1 or v2
> If you use template version v1 or v2 with AsyncAPI Generator v1
```bash
asyncapi generate fromTemplate <asyncapi.yaml> @asyncapi/[email protected]
```

> If you use template version v3
> If you use template version v3 with AsyncAPI Generator v2
```bash
asyncapi generate fromTemplate <asyncapi.yaml> @asyncapi/[email protected] --use-new-generator
Expand Down

0 comments on commit 0a27321

Please sign in to comment.