We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23be9a commit c14dd06Copy full SHA for c14dd06
apps/generator/docs/usage.md
@@ -58,7 +58,7 @@ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template@3.5.4 -o ./
58
asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template@3.5.4 -o ./docs -p title='Hello from param'
59
```
60
61
-In the template you can use it like this: ` {{ params.title }}`
+In the template you can use it like this: `{{ params.title }}`
62
63
**Disabling the hooks:**
64
```bash
0 commit comments