Skip to content

Commit

Permalink
Update README.md (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
lojzatran authored Aug 11, 2020
1 parent 1440df3 commit 94034a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commercetools-project-sync
[![Build Status](https://travis-ci.org/commercetools/commercetools-project-sync.svg?branch=master)](https://travis-ci.org/commercetools/commercetools-project-sync)
[![codecov](https://codecov.io/gh/commercetools/commercetools-project-sync/branch/master/graph/badge.svg)](https://codecov.io/gh/commercetools/commercetools-project-sync)
[![Docker Pulls](https://img.shields.io/docker/pulls/commercetools/commercetools-project-sync)](https://cloud.docker.com/u/commercetools/repository/docker/commercetools/commercetools-project-sync)
[![Docker Pulls](https://img.shields.io/docker/pulls/commercetools/commercetools-project-sync)](https://hub.docker.com/r/commercetools/commercetools-project-sync)


<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -30,6 +30,7 @@ As of now, these are the supported resources:
- Products
- ProductTypes
- Types
- States


### Prerequisites
Expand Down Expand Up @@ -157,7 +158,7 @@ commercetools/commercetools-project-sync:3.3.0 -s all
docker run commercetools/commercetools-project-sync:3.3.0 -s all
```
This will run the following sync modules in the given order:
1. `Type` Sync and `ProductType` Sync and `States` in parallel.
1. `Type` Sync and `ProductType` Sync and `States` Sync in parallel.
2. `Category` Sync.
3. `Product` Sync.
4. `CartDiscount` Sync.
Expand Down

0 comments on commit 94034a0

Please sign in to comment.