Skip to content

Commit acd6400

Browse files
authored
docs: fix npx sv create command (#13765)
1 parent b1b7b53 commit acd6400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The quickest way to get started is via the [sv](https://npmjs.com/package/sv) package:
66

77
```bash
8-
npm sv create my-app
8+
npx sv create my-app
99
cd my-app
1010
npm install
1111
npm run dev

0 commit comments

Comments
 (0)