Skip to content

Commit

Permalink
fix: use extension command instead of scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 24, 2025
1 parent 54553dc commit 37bf323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `extensions` folder serves as the central location for creating Webiny extensions.

To quickly start working on a new extension, in your terminal, simply run the
`yarn webiny scaffold` command. Once ready, from the list of available scaffolds,
`yarn webiny extension` command. Once ready, from the list of available scaffolds,
choose **New Extension** and then proceed by answering the rest of the questions.

For more information, please visit https://webiny.link/extensions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `extensions` folder serves as the central location for creating Webiny extensions.

To quickly start working on a new extension, in your terminal, simply run the
`yarn webiny scaffold` command. Once ready, from the list of available scaffolds,
`yarn webiny extension` command. Once ready, from the list of available scaffolds,
choose **New Extension** and then proceed by answering the rest of the questions.

For more information, please visit https://webiny.link/extensions.

0 comments on commit 37bf323

Please sign in to comment.