Skip to content

Commit 2519114

Browse files
committed
chore: upd readme
1 parent 9efdb7e commit 2519114

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)