Skip to content

Commit

Permalink
updated load endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
androozka committed Dec 26, 2019
1 parent c812570 commit f222fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const { support, sunshine } = zdApi.init(options);
const { tickets, groups } = zdApi.support.init(options);

// Load specific endpoint
const { list, create } = zdApi.support.tickets.init(options);
const { list, create } = zdApi.support.tickets(options);
```

## Examples
Expand Down

0 comments on commit f222fb5

Please sign in to comment.