From 83e113e2842b3a944581daa13390567694b8f869 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava <86006694+prateek-ct@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:03:54 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 560011e..a7f4ede 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To import the [commercetools composable commerce Product Projections](https://do Follow guidelines [here](https://docs.commercetools.com/connect/getting-started) to register the connector for public/private use. -##Deployment Configuration +## Deployment Configuration In order to deploy your customized search connector application on commercetools Connect, it needs be published. For details, please refer to [documentation about commercetools Connect](https://docs.commercetools.com/connect/concepts) In addition, in order to support connect, the search connector template has a folder structure as listed below ``` @@ -124,6 +124,6 @@ Here you can see the details about various variables in configuration ``` - CTP_STORE_KEY : Only used in incremental updater. It specifies the key of commercetools store so that connector can look up the modified product under the specific store in commercetools platform. -##Recommendations +## Recommendations #### Implement your own test cases We have provided simple integration test cases with [Jest](https://jestjs.io/) and [supertest](https://github.com/ladjs/supertest#readme). The implementation is under `test` folder in both `full-ingestion` and `incremental-updater` modules. It is recommended to implement further test cases based on your own needs to test your development.