Skip to content

Commit

Permalink
fix:missing = sign
Browse files Browse the repository at this point in the history
  • Loading branch information
TenzDelek committed Dec 16, 2024
1 parent dc7d0d3 commit e548674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/docs/tutorials/generate-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import CliInstallation from '@/assets/docs/fragments/cli-installation.md'

1. Trigger the creation of the Glee project:
<CodeBlock language="bash">
{`asyncapi new glee --name=tutorial --template tutorial`}
{`asyncapi new glee --name=tutorial --template=tutorial`}
</CodeBlock>

Let's break down the previous command:
Expand Down

0 comments on commit e548674

Please sign in to comment.