Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0fdc8d0

Browse files
committed
Fixed import path in readme
1 parent 38e019d commit 0fdc8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ connectwise.CompaniesApi.companyCompaniesGet(params).then( response => {
3939
You can also import types or a specific api class
4040

4141
```ts
42-
import { Ticket, TicketsApi } from 'connectwise-rest-api/release/api/serviceAPI';
42+
import { Ticket, TicketsApi } from 'connectwise-rest-api/release/api/api';
4343

4444
// Make sure you set your connectwise URL and Auth header
4545

0 commit comments

Comments
 (0)