From f56e82211500f4208caf462ac34b167a365d47d3 Mon Sep 17 00:00:00 2001 From: Benjamin Schachter Date: Sat, 4 Jul 2020 14:59:55 -0400 Subject: [PATCH] update: vercel in readme (#235) https://www.npmjs.com/package/vercel --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).