Skip to content

Commit ec66481

Browse files
committed
Fix new project message
1 parent 0920678 commit ec66481

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NewProject.res

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ let updateRescriptJson = async (~projectName, ~versions) =>
6464
}
6565
)
6666

67-
let newProjectMessage = `Create a new ReScript 11 project with modern defaults
68-
("Core" standard library, JSX v4)`
67+
let newProjectMessage = "Create a new ReScript project"
6968

7069
let getTemplateOptions = () =>
7170
Templates.templates->Array.map(({name, displayName, shortDescription}) => {

0 commit comments

Comments
 (0)