From 49ea2efbd82d88288824e2090bdd346d59afcbd2 Mon Sep 17 00:00:00 2001 From: Chris Markus Date: Sun, 17 Dec 2023 14:53:23 -0500 Subject: [PATCH] cleanup readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4387f9f..dac3c0e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Here is a quick theme template to experiment with Shopify's design system for Admin Apps called [Polaris](https://polaris.shopify.com/). The goal is to see if it works with [Astro](https://astro.build). -```node +```bash npm create astro@latest -- --template getmarkus/astro-shopify-polaris ```