update npm create

This commit is contained in:
Jacob Nguyen
2023-07-28 00:25:46 -05:00
parent ee11018d48
commit 59b6096423
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -27,7 +27,7 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>
<Link
className="button button--secondary button--lg"
to="docs/guide/walkthrough/cli">
to="docs/guide/walkthrough/new-project">
npm create @sern/bot
</Link>
</div>