Skip to content

Commit c81ab7a

Browse files
docs: update react start READMEs (#63)
1 parent 2d72110 commit c81ab7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/react-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Juno: React Starter Kit
1+
# Juno: React Starter Kit - JavaScript
22

33
```sh
44
npm create juno@latest -- --template react-starter

templates/react-ts-starter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Juno: React Starter Kit
1+
# Juno: React Starter Kit - TypeScript
22

33
```sh
4-
npm create juno@latest -- --template react-starter
4+
npm create juno@latest -- --template react-ts-starter
55
```
66

77
> 🧑‍🚀 **Seasoned dev?** Delete this file. Have fun!
88
99
![A screenshot of the starter kit](https://raw.githubusercontent.com/junobuild/create-juno/main/screenshots/screenshot-starter.png)
1010

11-
A starter kit developed for [Juno](https://juno.build) using [React](https://react.dev/).
11+
A starter kit developed for [Juno](https://juno.build) using [React](https://react.dev/) and TypeScript.
1212

1313
## ✨ Links & Resources
1414

0 commit comments

Comments
 (0)