### What is the improvement or update you wish to see? Creating a new "non-monorepo" project should install the correct dependencies. ### Is there any context that might help us understand? The **non-monorepo** example [lists `turb` and not `turbo`](https://github.com/vercel/turborepo/blob/744bbc839e71133aaa845127c91a898aef836ecc/examples/non-monorepo/package.json#L17) as a development dependency. Running the following: ```shell npx create-turbo@latest -e non-monorepo ``` And doing `npx turbo` prompts to install `turbo`. ### Does the docs page already exist? Please link to it. _No response_