diff --git a/README.md b/README.md index 5f24616..42c9551 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hydrogen Redirect Theme -[Download](https://github.com/Shopify/hydrogen-redirect-theme/archive/refs/heads/master.zip) +[Download](https://github.com/Shopify/hydrogen-redirect-theme/archive/refs/heads/main.zip) When launching a Hydrogen storefront, you’ll likely also want to redirect any traffic that happens to hit your Liquid store too. This theme @@ -9,7 +9,7 @@ detection checkpoint, and discount links. ## Setup -1. [Download the theme](https://github.com/Shopify/hydrogen-redirect-theme/archive/refs/heads/master.zip) +1. [Download the theme](https://github.com/Shopify/hydrogen-redirect-theme/archive/refs/heads/main.zip) 2. Navigate to **Online Store -> Themes** in your Shopify admin 3. **Upload** the theme to your Theme Library 4. **Customize** the Redirect theme diff --git a/layout/theme.liquid b/layout/theme.liquid index 0fa15b7..16e10ce 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -81,7 +81,7 @@ {% comment %} Handle discount code logic (e.g. xxx.myshopify.com/discount/freeshipping?redirect=/products) - - Add discount code to as param to the edirect URL if the `discount_code` cookie exists + - Add discount code to as param to the redirect URL if the `discount_code` cookie exists - Cookie is deleted after to prevent it from being automatically added to other routes {% endcomment %} var discountCode = getCookie('discount_code'); @@ -146,7 +146,7 @@

Redirecting...

Click here - if you are not automically redirected. + if you are not automatically redirected.