Skip to content

Commit

Permalink
update config example
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Nov 22, 2023
1 parent 6985f7c commit a8e93ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Try it on [stackblitz](https://stackblitz.com/edit/stackblitz-starters-dfykqy?fi

1. Install **next-yak** in your Next.js project.

2. Add next-yak to your `nex.config.js`:
2. Add next-yak to your `next.config.js`:

```js
// next.config.js
const { withYak } = require("next-yak");
const { withYak } = require("next-yak/withYak");

const nextConfig = {
// your next.js config
Expand Down

0 comments on commit a8e93ba

Please sign in to comment.