From cb6d5c9851731b0af6f91461926b6f9dcbf15b52 Mon Sep 17 00:00:00 2001 From: Dustin Rue Date: Fri, 5 Jul 2024 17:26:31 -0500 Subject: [PATCH] fix typo in readme --- packages/toolkit/PROJECTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolkit/PROJECTS.md b/packages/toolkit/PROJECTS.md index e1f8e2cf..f037939b 100644 --- a/packages/toolkit/PROJECTS.md +++ b/packages/toolkit/PROJECTS.md @@ -73,7 +73,7 @@ The project subcommand provides a variety of utlities for creating, building, an List of commands: ```bash -10up-toolkit project init [] [--template=] [--name=] [--confirm] [--skip-composer] +10up-toolkit project init [--path=] [--template=] [--name=] [--confirm] [--skip-composer] ``` `init` creates a project. You can optionally provide it a number of parameters or answer the prompts. If no path is provided, it will initialize the project in the current directory. You will be prompted to choose a template e.g. [WP Scaffold](https://github.com/10up/wp-scaffold). Init will automatically search and replace prefixes using the project name you provide.