Skip to content

Commit

Permalink
Update yarn installation guide (#790)
Browse files Browse the repository at this point in the history
The documentation has "yarn create million@latest" instead of "yarn add million@latest" for the installation guide with yarn
  • Loading branch information
tobySolutions authored Oct 25, 2023
1 parent 4fe3002 commit 0d18e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Million.js CLI will automatically install the package and configure your pro
{/* prettier-ignore */}
<Tab>
```bash copy
yarn create million@latest
yarn add million@latest
```
</Tab>
{/* prettier-ignore */}
Expand Down

2 comments on commit 0d18e5e

@vercel
Copy link

@vercel vercel bot commented on 0d18e5e Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

million-kitchen-sink – ./packages/kitchen-sink

million-kitchen-sink-git-main-millionjs.vercel.app
million-kitchen-sink.vercel.app
million-kitchen-sink-millionjs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0d18e5e Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sink – ./packages/kitchen-sink

sink-millionjs.vercel.app
million-kitchen-sink-atit.vercel.app
sink-git-main-millionjs.vercel.app
sink.million.dev

Please sign in to comment.