Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
najienka committed Feb 14, 2025
1 parent 4a43e65 commit 11cbb2a
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 @@ -130,7 +130,7 @@ When using the library in web applications, there might be webpack errors such a
![Webpack require error](./documentation/images/webpack-require.png)


To resolve this error, a solution is to update your `next.config.ts` if you use one to similar configurations for webpack below.
To resolve this error, one solution is to update your `next.config.ts` configuration file if you use one with similar configurations for webpack below.

```ts
import type { NextConfig } from "next";
Expand Down

0 comments on commit 11cbb2a

Please sign in to comment.