[examples] Update readme to use Vercel CLI (#4383)

Fixes an issue someone mentioned in discussion #4361
This commit is contained in:
Steven
2020-05-15 15:18:17 -04:00
committed by GitHub
parent 05539dcae7
commit 1b809bc225
29 changed files with 80 additions and 78 deletions

View File

@@ -22,8 +22,8 @@ $ npx create-nuxt-app my-app
### Deploying From Your Terminal
You can deploy your new Nuxt.js project with a single command from your terminal using [Now CLI](https://vercel.com/download):
You can deploy your new Nuxt.js project with a single command from your terminal using [Vercel CLI](https://vercel.com/download):
```shell
$ now
$ vercel
```