diff --git a/.github/workflows/prerelease-comment.yml b/.github/workflows/prerelease-comment.yml index 65bf3d064..b6c942546 100644 --- a/.github/workflows/prerelease-comment.yml +++ b/.github/workflows/prerelease-comment.yml @@ -49,7 +49,7 @@ jobs: A new prerelease is available for testing: ```sh - pnpm @shadcn/ui@${{ env.BETA_PACKAGE_VERSION }} + npx @shadcn/ui@${{ env.BETA_PACKAGE_VERSION }} ``` - name: "Remove the autorelease label once published" diff --git a/apps/www/content/docs/index.mdx b/apps/www/content/docs/index.mdx index ef923e4e5..c0d0c030e 100644 --- a/apps/www/content/docs/index.mdx +++ b/apps/www/content/docs/index.mdx @@ -57,7 +57,7 @@ I did. But I'm not really a designer. Most of what you see here, I learned by lo ### Is it ready for production? -Almost. I'm using it in production, but I'm still adding components and fixing bugs. See the roadmap on [GitHub](https://github.com/shadcn/ui). +Yes. You can use it in your production apps. ### How do I customize the colors?