diff --git a/.changeset/slimy-windows-jog.md b/.changeset/slimy-windows-jog.md new file mode 100644 index 0000000000..7a20b14ec7 --- /dev/null +++ b/.changeset/slimy-windows-jog.md @@ -0,0 +1,5 @@ +--- +'docs': patch +--- + +Instruct users to use the latest version of create-directus-extension diff --git a/docs/extensions/creating-extensions.md b/docs/extensions/creating-extensions.md index 2365f83b9b..eecc14095e 100644 --- a/docs/extensions/creating-extensions.md +++ b/docs/extensions/creating-extensions.md @@ -10,7 +10,7 @@ readTime: 5 min read The easiest way to start developing extensions is to use the `create-directus-extension` utility: ```bash -npm init directus-extension +npm init directus-extension@latest ``` After specifying the name of the extension, the type of the extension and the programming language you want to use, the