Skip to content

Commit 0325e1b

Browse files
author
strausr
committed
fix: version in readme
1 parent 8e3547c commit 0325e1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Scaffold a modern, production-ready Cloudinary application with React 19, Vite 6, and TypeScript 5. Features interactive setup, automatic environment configuration, and built-in AI coding assistance.
1010

11-
- **Node.js 20.19+** or **22.12+** (required by `@vitejs/plugin-react` 5.x with Vite 6)
11+
- **Node.js** — use a [current LTS](https://nodejs.org/) release. The generated app lists supported versions under `engines` in its `package.json`.
1212
- A Cloudinary account (free tier available)
1313
- [Sign up for free](https://cld.media/reactregister)
1414
- Your cloud name is in your [dashboard](https://console.cloudinary.com/app/home/dashboard)
@@ -36,7 +36,7 @@ Part of the [Cloudinary Developers](https://github.com/cloudinary-devs) organiza
3636

3737
## 🚀 Quick Start
3838

39-
Ensure you have **Node.js 20.19+** or **22.12+** installed (see prerequisites above).
39+
Use a current **Node.js LTS** release. If installs fail, match the `engines` range in the generated project’s `package.json`.
4040

4141
```bash
4242
npx create-cloudinary-react
@@ -80,7 +80,7 @@ During setup, select your AI tool to generate **Context Rules**. These rules tea
8080

8181
## 📋 Prerequisites
8282

83-
- **Node.js 18+**
83+
- **Node.js** — LTS recommended; exact ranges for the scaffolded app are in `package.json``engines`.
8484
- **Cloudinary Account**: [Sign up for free](https://cloudinary.com/users/register/free) if you haven't already.
8585

8686
## 🤝 Contributing

0 commit comments

Comments
 (0)