Skip to content

Commit 43e4927

Browse files
committed
fix: simplify command syntax for building a todo API in getting started guide
1 parent 01e685d commit 43e4927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/getting-started.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ import TerminalCode from '../components/TerminalCode.astro';
123123

124124
<div class="substep">
125125
<h3>Or build directly from a description</h3>
126-
<TerminalCode code='azd copilot build --description "A todo API with PostgreSQL on Azure Container Apps"' />
126+
<TerminalCode code='azd copilot build "A todo API with PostgreSQL on Azure Container Apps"' />
127127
</div>
128128

129129
<div class="substep">

0 commit comments

Comments
 (0)