Skip to content

Commit e322eb2

Browse files
committed
refine:update README to reflect package name change from create-resty-app to create-resty
1 parent 5c211fe commit e322eb2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Elegant, performant and productive router for Openresty.
77
It's recommended to use npm to scaffold a lua-resty-router project.
88

99
```bash
10-
npm create resty-app@latest -y
10+
npm create resty@latest -y
1111
```
1212
Then follow the instructions to complete the project.
1313

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-resty",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "high performance router",
55
"type": "module",
66
"bin": {
@@ -64,4 +64,4 @@
6464
"prompts": "^2.4.2",
6565
"zx": "^7.2.3"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)