Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41a4516 + 4f93c98 commit 7997a16Copy full SHA for 7997a16
site/pages/projects/index.tsx
@@ -55,7 +55,7 @@ const ProjectsPage: React.FC = () => {
55
const description = (
56
<div>
57
<div className={styles.descriptionLabel}>Run the following command to get started:</div>
58
- <CodeExample code="coder project create" />
+ <CodeExample code="coder projects create" />
59
</div>
60
)
61
0 commit comments