Skip to content

Commit

Permalink
Merge pull request #13 from jonnyzzz/patch-1
Browse files Browse the repository at this point in the history
Fix package name in import example
  • Loading branch information
josh-hemphill authored Mar 29, 2023
2 parents 1aa7a86 + f78c448 commit 91fcc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ to `null` the properties you want to omit.
```javascript
const ViteFaviconsPlugin = require('vite-plugin-favicon')
// or ESM
import { ViteFaviconsPlugin } from "module";
import { ViteFaviconsPlugin } from "vite-plugin-favicon";

plugins: [
ViteFaviconsPlugin({
Expand Down

0 comments on commit 91fcc1d

Please sign in to comment.