Skip to content

Commit 0079276

Browse files
committed
Update description and readme
1 parent 79e2851 commit 0079276

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Netlify 11ty Build Plugin
22

3-
A build plugin to make building with Eleventy and Netlify a joy!
3+
A plugin to make building with Eleventy and Netlify a joy!
44

55
### Speed up your builds ⚡
66
- Caches images generated by [@11ty/eleventy-img](https://github.com/11ty/eleventy-img) across builds
@@ -15,9 +15,9 @@ Install plugin via npm as dependency:
1515
please use [this fork](https://github.com/zeroby0/eleventy-img/tree/cache) instead of `@11ty/eleventy-img`.
1616

1717
```bash
18-
npm uninstall @11ty/eleventy-img
19-
npm install zeroby0/eleventy-img#cache
20-
npm install zeroby0/netlify-plugin-11ty
18+
npm r @11ty/eleventy-img
19+
npm i @zeroby0/eleventy-img
20+
npm i netlify-plugin-11ty
2121
```
2222

2323
And add the plugin to your `netlify.toml` file

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-plugin-11ty",
3-
"version": "0.0.1",
4-
"description": "Netlify Build plugin - A build plugin to integrate Eleventy seamlessly with Netlify",
3+
"version": "0.0.2",
4+
"description": "A plugin to make building with Eleventy and Netlify a joy!",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)