Skip to content

Commit

Permalink
Fix casing of webpack (#33)
Browse files Browse the repository at this point in the history
First of all, thanks for this package, really amazing!

Quick PR: webpack is written lowercase
  • Loading branch information
karlhorky committed Jan 12, 2024
1 parent fb2646e commit 2356c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const App = () => {

### Plugin

Second, add the plugin for your framework. Currently, we support Next.js & Webpack.
Second, add the plugin for your framework. Currently, we support Next.js & webpack.

#### Next.js

Expand All @@ -55,9 +55,9 @@ module.exports = withHydrationOverlay({
})(nextConfig);
```

#### Webpack
#### webpack

Here is an example (still with Next), but using the Webpack helper directly:
Here is an example (still with Next), but using the webpack helper directly:

```ts
const {
Expand Down

0 comments on commit 2356c13

Please sign in to comment.