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