From 2f884ab1e8939de53272ab2bfc6b22d8bebb0f9c Mon Sep 17 00:00:00 2001 From: Nathan Schmidt <91974372+nathan-schmidt-viget@users.noreply.github.com> Date: Thu, 30 May 2024 14:53:07 -0600 Subject: [PATCH] [#94] Updating README so we install file in current dir (#99) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748cc43a..0acd7c20 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is a WordPress starter project that includes a basic custom theme, includin To begin using this on a new project, simply call the following command from the root of your project: ```bash -composer create-project viget/wordpress-site-starter +composer create-project viget/wordpress-site-starter . ``` Follow the prompts to set up your project with the desired information. You will be asked: