Skip to content

Commit dc3597e

Browse files
committed
Update new project template name
1 parent 7a4a26e commit dc3597e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/docs/manual/latest/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ npm install -g bs-platform
1717
## New Project
1818

1919
```sh
20-
git clone https://github.com/rescript-lang/new-project
21-
cd new-project
20+
git clone https://github.com/rescript-lang/rescript-project-template
21+
cd rescript-project-template
2222
npm install
2323
npm run build
2424
node src/Demo.bs.js

pages/docs/manual/v8.0.0/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ npm install -g bs-platform
1919
**Note**: this starts a new project with the new syntax, not the old Reason syntax.
2020

2121
```sh
22-
git clone https://github.com/rescript-lang/new-project
23-
cd new-project
22+
git clone https://github.com/rescript-lang/rescript-project-template
23+
cd rescript-project-template
2424
npm install
2525
npm run build
2626
node src/Demo.bs.js

0 commit comments

Comments
 (0)