diff --git a/docs/docs/deploying-to-s3-cloudfront.md b/docs/docs/deploying-to-s3-cloudfront.md index 44fca4aeaec2f..d7e86f42c6dff 100644 --- a/docs/docs/deploying-to-s3-cloudfront.md +++ b/docs/docs/deploying-to-s3-cloudfront.md @@ -13,7 +13,7 @@ Using the **Hosting** feature, you can deploy your application to AWS as well as First, we'll want to create a new Gatsby project. If you don't already have Gatsby installed, install it: ```sh -npm install - global gatsby-cli +npm install --global gatsby-cli ``` Next, we'll create a new Gatsby site: