diff --git a/README.md b/README.md index 234b074..8d745e5 100644 --- a/README.md +++ b/README.md @@ -60,23 +60,21 @@ If you're building a single-page app (SPA) with multiple routes, sirv needs to b ## Deploying to the web -### With [now](https://zeit.co/now) +### With [Vercel](https://vercel.com) -Install `now` if you haven't already: +Install `vercel` if you haven't already: ```bash -npm install -g now +npm install -g vercel ``` Then, from within your project folder: ```bash cd public -now deploy --name my-project +vercel deploy --name my-project ``` -As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon. - ### With [surge](https://surge.sh/) Install `surge` if you haven't already: