Skip to content

Commit 0025914

Browse files
authored
Update README.md
1 parent 5b1e9f3 commit 0025914

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,16 @@ $ npm install @seamapi/react
4747
### Peer dependencies
4848

4949
If your project uses a recent version of npm, peer dependencies will be handled automatically.
50-
5150
If you package manager does not automatically install peer dependencies, install these packages:
5251

5352
```
54-
@seamapi/http @seamapi/types
53+
@seamapi/http react react-dom
5554
```
5655

5756
If using TypeScript, install these packages as development dependencies:
5857

5958
```
60-
@seamapi/types @types/react-dom
59+
@seamapi/types @types/react @types/react-dom
6160
```
6261

6362
## Usage

0 commit comments

Comments
 (0)