From 927c007a06fe5d470e06015573c6cf3121f143c6 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Fri, 20 Oct 2023 14:42:22 +0200 Subject: [PATCH] Mark it as experimental in the Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efcffa5e5f..dc8ed6b3275 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Initialize your project using one of the following commands: - `npm init @shopify/app@latest` (installed by default with Node) - `pnpm create @shopify/create-app@latest` - `yarn create @shopify/app` -- `bun create @shopify/app@latest` +- `bun create @shopify/app@latest` (experimental) Learn more in the docs: [Create an app](https://shopify.dev/apps/getting-started/create)