Skip to content

Commit a43e10e

Browse files
committed
Fix imports in README
1 parent e6a1e21 commit a43e10e

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
@@ -38,7 +38,7 @@ $ npm install @seamapi/http
3838
## Usage
3939

4040
```ts
41-
import { SeamHttp } from '@seamapi/http'
41+
import { SeamHttp } from '@seamapi/http/connect'
4242

4343
const seam = new SeamHttp('your-api-key')
4444
const devices = await seam.devices.list()
@@ -213,7 +213,7 @@ Options are deep merged with the default options.
213213
The Axios client is exposed and may be used or configured directly:
214214

215215
```ts
216-
import { SeamHttp, DevicesListResponse } from '@seamapi/http'
216+
import { SeamHttp, DevicesListResponse } from '@seamapi/http/connect'
217217

218218
const seam = new SeamHttp()
219219

0 commit comments

Comments
 (0)