From a7ed286e039a2bf4a2120c11e438a953985575cd Mon Sep 17 00:00:00 2001 From: natalijabujevic0708 <67863074+natalijabujevic0708@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:45:21 +0100 Subject: [PATCH] Update README.md Add conatinerization branch info Remove unused header from Table of Contents --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c49aa4..769f70e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +![Containerization Available](https://img.shields.io/badge/Containerization-Available-blue) + +> ⚠️ **For Docker users:** +> Switch to the [`containerization`](https://github.com/hubspotdev/crm-object-sync/tree/containerization) branch for Docker setup and usage instructions. + + # CRM Object Sync A demonstration of best integration practices for syncing CRM contact records between HubSpot and external applications for product management use cases. @@ -12,7 +18,6 @@ A demonstration of best integration practices for syncing CRM contact records be - [Authentication](#authentication) - [Contact Management](#contact-management) - [Available Scripts](#available-scripts) -- [Project Structure](#project-structure) - [Dependencies](#dependencies) - [Core](#core) - [Development](#development)