diff --git a/packages/create/src/index.ts b/packages/create/src/index.ts index f9edc1db0dc..d689d3d7dc9 100644 --- a/packages/create/src/index.ts +++ b/packages/create/src/index.ts @@ -93,7 +93,6 @@ async function normalizeArgs () { - Read ${c.bold(`${relativeProjectDir}${path.sep}README.md`)} for additional getting started details. - Edit ${c.bold(`${relativeProjectDir}${path.sep}keystone.ts`)} to customize your app. - Star Keystone on GitHub (https://github.com/keystonejs/keystone) - )} `) })().catch((err) => { if (err instanceof UserError) {