From faf05aa086c27d1d7a021cb716768ac2e1261f65 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 8 Mar 2023 19:26:55 +0400 Subject: [PATCH] docs(www): update prod message --- .github/workflows/prerelease-comment.yml | 2 +- apps/www/content/docs/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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?