From 94034a0349de7e830329eeb9f0838d687152ef37 Mon Sep 17 00:00:00 2001 From: Lam Tran Date: Tue, 11 Aug 2020 12:01:11 +0200 Subject: [PATCH] Update README.md (#137) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e53bde6f..6142a965 100644 --- a/README.md +++ b/README.md @@ -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) @@ -30,6 +30,7 @@ As of now, these are the supported resources: - Products - ProductTypes - Types +- States ### Prerequisites @@ -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.