Skip to content

Commit b288cd6

Browse files
committed
chore: docs change
1 parent efc9e81 commit b288cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
全部参数变量请查看或[这里](#环境变量)
7171

7272
```
73-
/service/.env
73+
/service/.env.example
7474
```
7575

7676
## 待实现路线
@@ -96,7 +96,7 @@
9696

9797
### Node
9898

99-
`node` 需要 `^16 || ^18` 版本(`node >= 14` 需要安装 [fetch polyfill](https://github.com/developit/unfetch#usage-as-a-polyfill)),使用 [nvm](https://github.com/nvm-sh/nvm) 可管理本地多个 `node` 版本
99+
`node` 需要 `^16 || ^18 || ^19` 版本(`node >= 14` 需要安装 [fetch polyfill](https://github.com/developit/unfetch#usage-as-a-polyfill)),使用 [nvm](https://github.com/nvm-sh/nvm) 可管理本地多个 `node` 版本
100100

101101
```shell
102102
node -v

0 commit comments

Comments
 (0)