Skip to content

Commit a73fe86

Browse files
fix: update readme
1 parent da2841b commit a73fe86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
44

55

6-
A toolbox of custom import directives that can transform your image at compile-time.
6+
A toolbox of custom import directives that can transform your images at compile-time.
77
All of the image transformations are powered by [sharp](https://sharp.pixelplumbing.com).
88

99

@@ -31,11 +31,11 @@ yarn add --dev vite-imagetools
3131

3232
Add the plugin to your vite config:
3333
```typescript
34-
import imageset from 'vite-imagetools'
34+
import imagetools from 'vite-imagetools'
3535

3636
export default defineConfig({
3737
plugins: [
38-
imageset()
38+
imagetools()
3939
]
4040
})
4141
```

0 commit comments

Comments
 (0)