Skip to content

Commit 2fea67c

Browse files
chore: upd readme
1 parent 84b1fe3 commit 2fea67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pnpm add replexica @replexica/compiler @replexica/react
111111
```js
112112
// next.config.mjs
113113

114-
import compiler from '@replexica/compiler';
114+
import replexica from '@replexica/compiler';
115115

116116
/** @type {import('next').NextConfig} */
117117
const nextConfig = {};
@@ -124,7 +124,7 @@ const replexicaConfig = {
124124
},
125125
};
126126

127-
export default compiler.next(
127+
export default replexica.next(
128128
replexicaConfig,
129129
nextConfig,
130130
);

0 commit comments

Comments
 (0)