From 7d0a9ff537170b6af5ccac457de279b530a7d87b Mon Sep 17 00:00:00 2001 From: iamdarshshah Date: Mon, 18 May 2020 16:26:04 +0530 Subject: [PATCH] docs: change now to vercel --- docs/docs/recipes/deploying-your-site.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/recipes/deploying-your-site.md b/docs/docs/recipes/deploying-your-site.md index 97a5e11920a32..4deec0d77b4bd 100644 --- a/docs/docs/recipes/deploying-your-site.md +++ b/docs/docs/recipes/deploying-your-site.md @@ -95,11 +95,11 @@ Use [Vercel CLI](https://vercel.com/download) to deploy your Gatsby application ### Directions -1. Login into Now CLI using `now login` +1. Login into Vercel using `vercel login` 2. Change to the directory of your Gatsby.js application in the Terminal if you aren't already there -3. Run `now` to deploy it +3. Run `vercel` to deploy it ### Additional resources