From af49634e2b1995863d6f5cc1489b66828afc1001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Wed, 5 Jun 2024 13:41:05 +0200 Subject: [PATCH] release --- website/docs/theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/theme.md b/website/docs/theme.md index 8bc2e431c..e8425bb43 100644 --- a/website/docs/theme.md +++ b/website/docs/theme.md @@ -9,7 +9,7 @@ Let's create a new theme! Navigate to your WordPress theme folder and run the following command: ```bash -npx npx eightshift-create theme +npx eightshift-create theme ``` The script will prompt you for a theme name and local development URL (used for BrowserSync). After that, your new theme will be installed: