Skip to content

Commit

Permalink
docs(create): remove redundant parentheses (#9327)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed Sep 13, 2024
1 parent 1cc9669 commit 200f820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 200f820

Please sign in to comment.