Skip to content

Commit 54f633e

Browse files
author
strausr
committed
fix: update title in readme and ui
1 parent efd03e5 commit 54f633e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function main() {
6969

7070
} else {
7171

72-
console.log(chalk.cyan.bold('\n🚀 Cloudinary React + Vite\n'));
72+
console.log(chalk.cyan.bold('\n🚀 Cloudinary React Starter Kit\n'));
7373
console.log(chalk.gray('💡 Need a Cloudinary account? Sign up for free: https://cld.media/reactregister\n'));
7474

7575
const questions = [

templates/src/App.tsx.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function App() {
6060
return (
6161
<div className="app">
6262
<main className="main-content">
63-
<h1>Cloudinary React + Vite</h1>
63+
<h1>Cloudinary React Starter Kit</h1>
6464
<p>This is a ready-to-use development environment with Cloudinary integration.</p>
6565

6666
{hasUploadPreset && (

0 commit comments

Comments
 (0)