Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JakiChen committed Dec 8, 2024
2 parents 791df6e + 8a49e1a commit 9a2ce63
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 @@ -177,7 +177,7 @@ import { config } from "favicons-lib";
Below you will find a simple working example to generate an output. Amend the `src`, `dest`, `htmlBasename` and `configuration` constants to suit your own needs.

```js
import favicons from "favicons";
import favicons from "favicons-lib";
import fs from "fs/promises";
import path from "path";

Expand Down

0 comments on commit 9a2ce63

Please sign in to comment.