Skip to content

Commit 938ee88

Browse files
authored
Merge pull request #36 from grawlins/patch-2
Minor edits
2 parents aa37ab5 + ca11fcf commit 938ee88

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
2828
* Change data that enables you to retrieve a list of entities modified during specified time points.
2929

3030
## Project Structure
31-
* 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 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
31+
* 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 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.
3838

3939
## First Use Instructions
40-
1. Clone the GitHub repo to your computer
41-
2. Import it to the IDE of your choice
40+
1. Clone the GitHub repo to your computer.
41+
2. Import it to the IDE of your choice.
4242

43-
## Testing the code & building artifacts
43+
## Testing the Code & Building Artifacts
4444

4545
To test the code locally, follow the steps below:
4646

@@ -49,10 +49,10 @@ To test the code locally, follow the steps below:
4949

5050
Note: To build out individual components such as ipp-v3-java-data.jar or ipp-v3-java-devkit.jar, remove parent dependency from the pom.xml of the respective projects and run maven install on the individual project folders.
5151

52-
## Release Notes:
53-
Refer [Java SDK Release Notes](https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_sdks/0200_java/0080_quickbooks_java_sdk_release_notes)
52+
## Release Notes
53+
Refer to [Java SDK Release Notes](https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_sdks/0200_java/0080_quickbooks_java_sdk_release_notes).
5454

55-
## Contribute:
55+
## Contribute
5656
We greatly encourage contributions! You can add new features, report and fix existing bugs, write docs and
5757
tutorials, or any of the above. Feel free to open issues and/or send pull requests.
5858

@@ -61,12 +61,12 @@ article for more details about how to contribute.
6161

6262
Steps to contribute:
6363

64-
1. Fork this repository into your account on Github
65-
2. Clone *your forked repository* (not our original one) to your hard drive with `git clone https://github.com/YOURUSERNAME/QuickBooks-V3-Java-SDK.git`
66-
3. Design and develop your changes
67-
4. Add/update unit tests
68-
5. Create a pull request for review to request merge
69-
6. Obtain approval before your changes can be merged
64+
1. Fork this repository into your account on GitHub.
65+
2. Clone *your forked repository* (not our original one) to your hard drive with `git clone https://github.com/YOURUSERNAME/QuickBooks-V3-Java-SDK.git`.
66+
3. Design and develop your changes.
67+
4. Add/update unit tests.
68+
5. Create a pull request for review to request merge.
69+
6. Obtain approval before your changes can be merged.
7070

7171
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

0 commit comments

Comments
 (0)