Skip to content

Commit b1ca5c5

Browse files
committed
docs: remove @react-code-view/core from installation instructions
@react-code-view/core is a dependency and will be installed automatically
1 parent 8afc99a commit b1ca5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ React components for rendering code with live preview and syntax highlighting.
55
## Installation
66

77
```bash
8-
pnpm add @react-code-view/react @react-code-view/core
8+
pnpm add @react-code-view/react
99
# or
10-
npm install @react-code-view/react @react-code-view/core
10+
npm install @react-code-view/react
1111
```
1212

1313
## Quick Start

0 commit comments

Comments
 (0)