diff --git a/dashboard/starter-example/app/seed/route.ts b/dashboard/starter-example/app/seed/route.ts index ce31c7af..cc9f17d7 100644 --- a/dashboard/starter-example/app/seed/route.ts +++ b/dashboard/starter-example/app/seed/route.ts @@ -104,7 +104,7 @@ export async function GET() { return Response.json({ message: - 'Uncomment this file and remove this line. You can delete this file when you are finished.', + 'Uncomment all lines in this file and then remove the return Response.json that contains this message. You can delete this file when you are finished.', }); // try { // await client.sql`BEGIN`;