Skip to content

Commit d4c5b34

Browse files
authored
Update README.md
1 parent 20044a5 commit d4c5b34

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ A plugin to make building with Eleventy and Netlify a joy!
99

1010
## Install
1111

12-
Install plugin via npm as dependency:
12+
Install plugin via your package manager of choice:
1313

14-
**Note**: Till https://github.com/11ty/eleventy-img/pull/116 is merged,
14+
<!-- **Note**: Till https://github.com/11ty/eleventy-img/pull/116 is merged,
1515
please use [this fork](https://github.com/zeroby0/eleventy-img/tree/cache) instead of `@11ty/eleventy-img`.
1616
1717
```bash
1818
npm r @11ty/eleventy-img
1919
npm i zeroby0/eleventy-img#cache
2020
npm i netlify-plugin-11ty
21+
``` -->
22+
23+
```bash
24+
npm i netlify-plugin-11ty
2125
```
2226

2327
And add the plugin to your `netlify.toml` file
@@ -27,9 +31,13 @@ And add the plugin to your `netlify.toml` file
2731
package = "netlify-plugin-11ty"
2832
```
2933

34+
Aand you're done! 🥳
35+
36+
You can read Netlify's documentation about Plugins here: https://docs.netlify.com/configure-builds/build-plugins/
37+
3038
## Configuration
3139

32-
Optionally, you can configure the plugin to suit your project's needs.
40+
**Optional**. You can configure the plugin to suit your project's needs.
3341

3442
**Example**:
3543

@@ -129,4 +137,4 @@ Please [create an issue](https://github.com/zeroby0/netlify-plugin-11ty/issues/n
129137
**MIT**
130138

131139
If you need this repository with a different License,
132-
please [create an issue](https://github.com/zeroby0/netlify-plugin-11ty/issues/new/).
140+
please [create an issue](https://github.com/zeroby0/netlify-plugin-11ty/issues/new/).

0 commit comments

Comments
 (0)