Skip to content

Commit 39fde0e

Browse files
authored
Merge pull request #33 from grawlins/patch-1
Update README.md
2 parents d377383 + 9b403c9 commit 39fde0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
1717

1818
* Ability to perform single and batch processing of CRUD operations on all QuickBooks Online entities.
1919
* A common interface to the Request and Response Handler with two implemented classes to handle both synchronous and asynchronous requests.
20-
* Support for both XML and JSON Request and Response format.
20+
* Support for both XML and JSON Request and Response formats.
2121
* Ability to configure app settings in the configuration file requiring no additional code change.
2222
* Support for Gzip and Deflate compression formats to improve performance of Service calls to QuickBooks Online.
2323
* Retry policy constructors to help apps handle transient errors.
@@ -29,9 +29,9 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
2929

3030
## Project Structure
3131
* ipp-v3-java-data - contains all entities and entity dependencies that are used in data services operations
32-
* ipp-v3-java-devkit - core component, contains rest API support
33-
* ipp-java-qbapihelper - contains Quickbooks API Helper methods for OAuth, Disconnect and Reconnect API
34-
* oauth2-platform-api - contains Quickbooks API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps
32+
* ipp-v3-java-devkit - core component, contains REST API support
33+
* ipp-java-qbapihelper - contains Quickbooks Online API Helper methods for OAuth, Disconnect and Reconnect API
34+
* oauth2-platform-api - contains Quickbooks Online API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps
3535

3636
## System Requirements
3737
The SDK works on JDK 1.6 and above.
@@ -68,7 +68,7 @@ Steps to contribute:
6868
5. Create a pull request for review to request merge
6969
6. Obtain approval before your changes can be merged
7070

71-
Note: Before you submit the pull request, make sure to remove the keys and tokens from [ippdevkit.properties](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/master/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties) that you might have added for testing purpose.
71+
Note: Before you submit the pull request, make sure to remove the keys and tokens from [ippdevkit.properties](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/master/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties) that you might have added for testing.
7272

7373
Thank you for your contribution!
7474

0 commit comments

Comments
 (0)