diff --git a/README.md b/README.md index 1a581f0..1fa8900 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,9 @@ Add the following lines to your project's `netlify.toml` file: [[plugins]] package = "netlify-plugin-cecil-cache" ``` + +Add the plugin in `package.json`: + +```bash +npm install -D netlify-plugin-cecil-cache +``` diff --git a/package.json b/package.json index 0f1d8e0..092736a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-plugin-cecil-cache", - "version": "0.1.1", + "version": "0.1.2", "description": "Persist the Cecil cache between Netlify builds.", "main": "index.js", "repository": "https://github.com/Cecilapp/netlify-plugin-cecil-cache.git",