File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ Refer to the next section for keeping the types updated.
5656#### Keeping up with the latest types
5757
5858This 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.
6060Unless your project frequently runs a blanket ` npm update ` ,
6161the 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
You can’t perform that action at this time.
0 commit comments