Skip to content

Commit 770c99e

Browse files
authored
Replace ZEIT Now with Vercel in deploy docs (#46)
1 parent 79fc06c commit 770c99e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ server {
9393
/* /index.html 200
9494
```
9595

96-
## ZEIT Now
96+
## Vercel
9797

98-
1. 安装 [Now CLI](https://zeit.co/download) : `npm i -g now`
98+
1. 安装 [Vercel CLI](https://vercel.com/download) : `npm i -g vercel`
9999
2. 切换到你的 docsify 网站的文档目录,例如 `cd docs`
100-
3. 用一个指令来部署: `now`
100+
3. 用一个指令来部署: `vercel`
101101

102102
## AWS Amplify
103103

0 commit comments

Comments
 (0)