Skip to content

Commit 9071630

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ Refer to the next section for keeping the types updated.
5656
#### Keeping up with the latest types
5757

5858
This package depends on [@seamapi/types] for the latest TypeScript types.
59-
New versions of this package are generally not released when new types are published.
59+
New versions of this SDK are generally not released when new types are published.
6060
Unless your project frequently runs a blanket `npm update`,
6161
the types will become outdated with the Seam API over time.
62-
Thus, users of this package should explicitly install the types
62+
Thus, users of this package should explicitly install the types with
6363

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

68-
and update them when consuming new API features:
68+
and update them when consuming new API features with
6969

7070
```
7171
$ npm install -D @seamapi/http@latest

0 commit comments

Comments
 (0)