Skip to content

Commit

Permalink
Move section down
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Dec 6, 2023
1 parent 6f3aa4a commit 39355a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ JavaScript HTTP client for the Seam API written in TypeScript.
This is an official SDK for the Seam API.
Please refer to the official [Seam Docs] to get started.

_This is a low-level package meant for applications and libraries with particular dependency requirements.
Before using this package, ensure you understand the installation and updating instructions.
This SDK is entirely contained in the [seamapi] package. Seam recommends using that package instead
for simpler dependency management._

Parts of this SDK are generated from always up-to-date type information
provided by [@seamapi/types].
This ensures all API methods, request shapes, and response shapes are
Expand Down Expand Up @@ -43,6 +38,11 @@ $ npm install @seamapi/http

### Optional Peer Dependencies for TypeScript

_This is a low-level package meant for applications and libraries with particular dependency requirements.
Before using this package, ensure you understand the installation and updating instructions.
This SDK is entirely contained in the [seamapi] package. Seam recommends using that package instead
for simpler dependency management._

This package has optional peer dependencies for TypeScript users.
Recent versions of npm will automatically install peer dependencies by default.
For those users, no additional steps are necessary for full TypeScript support,
Expand Down

0 comments on commit 39355a7

Please sign in to comment.