File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ This is the full format of a C3 invocation alongside the possible CLI arguments:
100100
101101 - The possible values for this option are:
102102
103- - ` hello-world ` : Hello World Starter
103+ - ` hello-world ` : Hello World example
104104 - ` web-framework ` : Framework Starter
105105 - ` demo ` : Application Starter
106106 - ` remote-template ` : Template from a GitHub repo
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ switch (props.category) {
1111case ' hello-world' :
1212return (<ul >
1313
14- <li >For <em >What would you like to start with?</em >, choose <code >Hello World Starter </code >.</li >
14+ <li >For <em >What would you like to start with?</em >, choose <code >Hello World example </code >.</li >
1515<li >For <em >Which template would you like to use?</em >, choose <code >{ props .type } </code >.</li >
1616<li >For <em >Which language do you want to use?</em >, choose <code >{ props .lang } </code >.</li >
1717<li >For <em >Do you want to use git for version control?</em >, choose <code >Yes</code >.</li >
You can’t perform that action at this time.
0 commit comments