From 405e27dac78d462e152dfa042c686a45e7b2d5f5 Mon Sep 17 00:00:00 2001 From: Mhmdrz_a Date: Sat, 25 May 2019 20:01:30 +0430 Subject: [PATCH] chore(docs): Added Missing dependency (#2342) * Added Missing dependency * Remove Old dependency --- website/content/docs/gatsby.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/gatsby.md b/website/content/docs/gatsby.md index 68c2bfd7..1436b1ee 100644 --- a/website/content/docs/gatsby.md +++ b/website/content/docs/gatsby.md @@ -40,10 +40,10 @@ We can see above that each blog post has a title, a date, a description and a bo ## Add Netlify CMS to your site -First let's install some dependencies. We'll need `netlify-cms` and `gatsby-plugin-netlify-cms`. Run the following command in the terminal at the root of your site: +First let's install some dependencies. We'll need `netlify-cms-app` and `gatsby-plugin-netlify-cms`. Run the following command in the terminal at the root of your site: ```sh -npm install --save netlify-cms gatsby-plugin-netlify-cms +npm install --save netlify-cms-app gatsby-plugin-netlify-cms ``` ### Configuration