Skip to content

Commit e2ce8b7

Browse files
committed
fix(readme): update
1 parent 8c3febf commit e2ce8b7

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
@@ -4,7 +4,7 @@
44
[![npm](https://img.shields.io/npm/v/@fictjs/react.svg)](https://www.npmjs.com/package/@fictjs/react)
55
![license](https://img.shields.io/npm/l/@fictjs/react)
66

7-
React interoperability layer for [Fict](https://github.com/nicepkg/fict) — embed React components inside Fict applications as controlled islands with SSR, lazy loading, and fine-grained prop reactivity.
7+
React interoperability layer for [Fict](https://github.com/fictjs/fict) — embed React components inside Fict applications as controlled islands with SSR, lazy loading, and fine-grained prop reactivity.
88

99
## Why
1010

@@ -24,7 +24,7 @@ Fict uses its own compiler-driven reactivity model. When you need to reuse an ex
2424
## Install
2525

2626
```bash
27-
pnpm add @fictjs/react react react-dom @fictjs/runtime
27+
pnpm add @fictjs/react @fictjs/runtime react react-dom
2828
```
2929

3030
For the Vite preset (optional):

0 commit comments

Comments
 (0)