We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efdb7e commit 2519114Copy full SHA for 2519114
1 file changed
readme.md
@@ -111,7 +111,7 @@ pnpm add replexica @replexica/compiler @replexica/react
111
```js
112
// next.config.mjs
113
114
-import compiler from '@replexica/compiler';
+import replexica from '@replexica/compiler';
115
116
/** @type {import('next').NextConfig} */
117
const nextConfig = {};
@@ -124,7 +124,7 @@ const replexicaConfig = {
124
},
125
};
126
127
-export default compiler.next(
+export default replexica.next(
128
replexicaConfig,
129
nextConfig,
130
);
0 commit comments