diff --git a/README.md b/README.md index 2c9f3a6..49b74dc 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ To start a production version of your app, run `npm run build && npm start`. Thi You can deploy your application to any environment that supports Node 10 or above. As an example, to deploy to [Vercel Now](https://vercel.com) when using `sapper export`, run these commands: ```bash -npm install -g now -now +npm install -g vercel +vercel ``` If your app can't be exported to a static site, you can use the [now-sapper](https://github.com/thgh/now-sapper) builder. You can find instructions on how to do so in its [README](https://github.com/thgh/now-sapper#basic-usage).