From a4666d3567ea8a952fd5cb3ffa113ef7ec89c2fa Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sat, 16 Nov 2019 11:41:58 -0500 Subject: [PATCH] improve deployment instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18d4469..ecd9d60 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Then, from within your project folder: ```bash cd public -now +now 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. @@ -78,5 +78,5 @@ Then, from within your project folder: ```bash npm run build -surge public +surge public my-project.surge.sh ```