Skip to content

Commit

Permalink
Update README to reflect new command for creating a React application…
Browse files Browse the repository at this point in the history
… with Bun
  • Loading branch information
sergiodxa committed Jan 1, 2025
1 parent fce7e86 commit bd3fd7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ A full-stack starter kit for Edge-first applications built with React on top of
Create a new React application using the Edge-first Starter Kit:

```sh
npx degit edgefirst-dev/starter-worker my-app
bun create edgefirst-dev/starter my-app
cd my-app
bun install
bun run setup
```

Expand Down

0 comments on commit bd3fd7e

Please sign in to comment.