diff --git a/docs/pages/cli/creating-a-project-from-template.mdx b/docs/pages/cli/creating-a-project-from-template.mdx index 5ba9a9c9a..c0fdf848b 100644 --- a/docs/pages/cli/creating-a-project-from-template.mdx +++ b/docs/pages/cli/creating-a-project-from-template.mdx @@ -1,6 +1,6 @@ --- -title: 'Creating a Project from a Template' -description: 'A guide to demonstrate how to create a project from a template with Frames.js' +title: "Creating a Project from a Template" +description: "A guide to demonstrate how to create a project from a template with Frames.js" --- # Creating a Project from a Template @@ -14,15 +14,15 @@ To create a new project from a template interactively, run the following command :::code-group ```bash [npm] -npm init frames +npm init frames@latest ``` ```bash [yarn] -yarn create frames +yarn create frames@latest ``` ```bash [pnpm] -pnpm create frames +pnpm create frames@latest ``` ::: @@ -47,4 +47,4 @@ yarn create frames --name my-frames-app --template next pnpm create frames --name my-frames-app --template next ``` -::: \ No newline at end of file +::: diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 92475fe10..1ddfab029 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -38,15 +38,15 @@ Run one of the commands below based on your preferred package manager and then f :::code-group ```bash [npm] -npm init frames +npm init frames@latest ``` ```bash [yarn] -yarn create frames +yarn create frames@latest ``` ```bash [pnpm] -pnpm create frames +pnpm create frames@latest ``` ::: diff --git a/packages/create-frames/README.md b/packages/create-frames/README.md index 2f5df6d52..43732abec 100644 --- a/packages/create-frames/README.md +++ b/packages/create-frames/README.md @@ -7,19 +7,19 @@ Create a new Frames.js app with a single command using predefined templates. ### Using npm ```sh -npm init frames +npm init frames@latest ``` ### Using yarn ```sh -yarn create frames +yarn create frames@latest ``` ### Using pnpm ```sh -pnpm create frames +pnpm create frames@latest ``` ## Installing globally (optional) and running from terminal