Skip to content

Commit 8142a3f

Browse files
committed
Update README
1 parent a112547 commit 8142a3f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,6 @@ return (
7676

7777
6. Start the dev server to generate `uniwind-types.d.ts`. Make sure that it's included in your `tsconfig.json`'s `include` array.
7878

79-
## Uniwind Pro
80-
81-
If you're using the pro version of Uniwind, use `withUniwindPro()` instead of `withUniwind()`.
82-
83-
```ts
84-
// next.config.ts
85-
import { withUniwindPro } from 'uniwind-plugin-next'
86-
87-
export default withUniwindPro(withExpo(nextConfig), { ... });
88-
```
89-
90-
9179
## SSR Considerations
9280
- This plugin marks all Uniwind web components with `'use client'` automatically, so you do not need to do this manually.
9381

0 commit comments

Comments
 (0)