From 22ec8959864f35be93476e9e08cb2c875cad0e75 Mon Sep 17 00:00:00 2001 From: Stanislav Dobrovolschii Date: Sat, 24 Jul 2021 19:59:17 +0200 Subject: [PATCH] Update Shopify CLI link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d43aa6..3c75efe 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A [theme app extension](https://shopify.dev/apps/online-store/theme-app-extensio If this is your first time building a theme extension, take a look at the [Getting Started guide](https://shopify.dev/apps/online-store/theme-app-extensions/getting-started). -TL;DR: [Install the Shopify CLI](https://shopify-dev-staging.shopifycloud.com/apps/tools/cli/installation), log into your partner account with `shopify login`, and then create a new theme extension using the `--getting-started` flag: +TL;DR: [Install the Shopify CLI](https://shopify.dev/apps/tools/cli/installation), log into your partner account with `shopify login`, and then create a new theme extension using the `--getting-started` flag: ``` shopify extension create --type=THEME_APP_EXTENSION --getting-started @@ -15,4 +15,4 @@ shopify extension create --type=THEME_APP_EXTENSION --getting-started ## License -This respository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). \ No newline at end of file +This respository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).