Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 320672c

Browse files
authored
Merge pull request #350 from lpmi-13/typofix
fix simple typo
2 parents e01e013 + 68f232e commit 320672c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ There are different way to install this library:
8181

8282
## Things to note
8383
* The library tries to do as little as possible and provides a basis to be extended. There are examples of TokenStores, Authenticators and Application types. These examples provide enough to get you going, but are not a complete solution to all your needs. You will need to adapt them for your own use and situation. Private application will work out of the box, as they do not have to deal with tokens and OAuth.
84-
* The HTTP verbs are not used in the public part of the API. Create, Update and Find are used instead. This separates the implementation from the the intent.
84+
* The HTTP verbs are not used in the public part of the API. Create, Update and Find are used instead. This separates the implementation from the intent.
8585
* Some accounting endpoints support pagination. In the RESTful API these are off by default. For the wrapper, they are always on and default to page 1. See the Counts or Creation code examples for how to use the Page method to get all items.
8686
* Contacts support including archived contacts. Like the RESTful API, this if off by default. Use IncludeArchived(true) to include them.
8787
* Payroll supports paging on all endpoints.

0 commit comments

Comments
 (0)