Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/pages/get-started/c3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This is the full format of a C3 invocation alongside the possible CLI arguments:

- The possible values for this option are:

- `hello-world`: Hello World Starter
- `hello-world`: Hello World example
- `web-framework`: Framework Starter
- `demo`: Application Starter
- `remote-template`: Template from a GitHub repo
Expand Down
2 changes: 1 addition & 1 deletion src/content/partials/workers/c3-post-run-steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ switch (props.category) {
case 'hello-world':
return (<ul>

<li>For <em>What would you like to start with?</em>, choose <code>Hello World Starter</code>.</li>
<li>For <em>What would you like to start with?</em>, choose <code>Hello World example</code>.</li>
<li>For <em>Which template would you like to use?</em>, choose <code>{props.type}</code>.</li>
<li>For <em>Which language do you want to use?</em>, choose <code>{props.lang}</code>.</li>
<li>For <em>Do you want to use git for version control?</em>, choose <code>Yes</code>.</li>
Expand Down
Loading