[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

@@ -20,8 +20,8 @@ $ npx ionic start [project-name] conference --type react && cd [project-name]
### Deploying From Your Terminal
You can deploy your new Ionic React project with a single command from your terminal using [Now CLI](https://vercel.com/download):
You can deploy your new Ionic React project with a single command from your terminal using [Vercel CLI](https://vercel.com/download):
```shell
$ now
$ vercel
```