chore(docs): Added Missing dependency (#2342)

* Added Missing dependency
* Remove Old dependency
This commit is contained in:
Mhmdrz_a 2019-05-25 20:01:30 +04:30 committed by Tony Alves
parent 4b05bfdbea
commit 405e27dac7

View File

@ -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 ## 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 ```sh
npm install --save netlify-cms gatsby-plugin-netlify-cms npm install --save netlify-cms-app gatsby-plugin-netlify-cms
``` ```
### Configuration ### Configuration