diff --git a/apps/docs/src/routes/docs/cli.mdx b/apps/docs/src/routes/docs/cli.mdx index 2da5a677..4af58085 100644 --- a/apps/docs/src/routes/docs/cli.mdx +++ b/apps/docs/src/routes/docs/cli.mdx @@ -7,13 +7,13 @@ description: Use the CLI to add components to your project. Use the `init` command to initialize configuration and dependencies for a new project. -The `init` command installs dependencies, adds the `cn` util, configures `tailwind.config.js`, and CSS variables for the project. +The `init` command installs dependencies, adds the `cn` util, configures `tailwind.config.cjs`, and CSS variables for the project. ```bash npx solidui-cli@latest init ``` -It also creates a `suc.config.json` file which houses all Solid UI configurations. Feel free to change where you would like your components to be stored by modifying the `componentDir` property. +It also creates a `ui.config.json` file which houses all Solid UI configurations. Feel free to change where you would like your components to be stored by modifying the `componentDir` property. ## add