Skip to content

Commit 5dab7fa

Browse files
authored
Merge branch 'develop' into update-contributing
2 parents 87272e2 + f19dc69 commit 5dab7fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deploy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ When using the HTML5 router, you need to set up redirect rules that redirect all
8888
/* /index.html 200
8989
```
9090

91-
## ZEIT Now
91+
## Vercel
9292

93-
1. Install [Now CLI](https://zeit.co/download), `npm i -g now`
93+
1. Install [Vercel CLI](https://vercel.com/download), `npm i -g vercel`
9494
2. Change directory to your docsify website, for example `cd docs`
95-
3. Deploy with a single command, `now`
95+
3. Deploy with a single command, `vercel`
9696

9797
## AWS Amplify
9898

0 commit comments

Comments
 (0)