We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd03e5 commit 54f633eCopy full SHA for 54f633e
2 files changed
cli.js
@@ -69,7 +69,7 @@ async function main() {
69
70
} else {
71
72
- console.log(chalk.cyan.bold('\n🚀 Cloudinary React + Vite\n'));
+ console.log(chalk.cyan.bold('\n🚀 Cloudinary React Starter Kit\n'));
73
console.log(chalk.gray('💡 Need a Cloudinary account? Sign up for free: https://cld.media/reactregister\n'));
74
75
const questions = [
templates/src/App.tsx.template
@@ -60,7 +60,7 @@ function App() {
60
return (
61
<div className="app">
62
<main className="main-content">
63
- <h1>Cloudinary React + Vite</h1>
+ <h1>Cloudinary React Starter Kit</h1>
64
<p>This is a ready-to-use development environment with Cloudinary integration.</p>
65
66
{hasUploadPreset && (
0 commit comments