Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
heshamMassoud committed Aug 28, 2017
1 parent 2e6471c commit 4def38f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -22,6 +22,7 @@ Java API which exposes utilities for building update actions and automatic synci

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

- [Javadocs](https://commercetools.github.io/commercetools-sync-java/v/0.0.2/)
## Usage

commercetools sync is a Java library that could be used to synchronise CTP data in any of the following ways:
Expand All @@ -35,10 +36,10 @@ commercetools sync is a Java library that could be used to synchronise CTP data
(e.g. [CategoryDraft](https://github.com/commercetools/commercetools-jvm-sdk/blob/master/commercetools-models/src/main/java/io/sphere/sdk/categories/CategoryDraft.java)).


Currently this library supports synchronising [Categories](https://github.com/commercetools/commercetools-sync-java/tree/master/src/main/java/com/commercetools/sync/categories#commercetools-category-sync)
and [InventoryEntries](https://github.com/commercetools/commercetools-sync-java/tree/master/src/main/java/com/commercetools/sync/inventories#commercetools-inventory-sync).
Currently this library supports synchronising
- [Categories](https://github.com/commercetools/commercetools-sync-java/tree/master/src/main/java/com/commercetools/sync/categories#commercetools-category-sync)
- [InventoryEntries](https://github.com/commercetools/commercetools-sync-java/tree/master/src/main/java/com/commercetools/sync/inventories#commercetools-inventory-sync). (_Beta_: Not recommended for production use yet.)

- Please check the entire Javadoc of the library [here](https://commercetools.github.io/commercetools-sync-java/v/0.0.2/).

### Prerequisites

Expand Down

0 comments on commit 4def38f

Please sign in to comment.