Skip to content

Commit 525fdb7

Browse files
authored
Update README.md
1 parent b7190d0 commit 525fdb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ the types will become outdated with the Seam API over time.
6262
Thus, users of this package should explicitly install the types
6363

6464
```
65-
$ npm install @seamapi/types
65+
$ npm install -D @seamapi/types
6666
```
6767

6868
and update them when consuming new API features:
6969

7070
```
71-
$ npm install @seamapi/http@latest
71+
$ npm install -D @seamapi/http@latest
7272
```
7373

7474
## Usage

0 commit comments

Comments
 (0)