Skip to content

Commit

Permalink
Fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jan 6, 2021
1 parent 56fbb01 commit c9e2198
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c9e2198

Please sign in to comment.