From bf86cdecbcf62e42eb89bd1cc5c68697be945d4c Mon Sep 17 00:00:00 2001 From: Nathaniel Hammond Date: Tue, 2 Apr 2024 17:10:14 +0100 Subject: [PATCH] Fix readme table alignment --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 814232c..90af835 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,10 @@ Going forward, your products will be automatically kept in sync via [webhooks](# The following settings available for controlling the product synchronization process: -| Setting | Type | Default | Description | -|-------------------------|--------|---------|-------------| -| `syncProductMetafields` | `bool` | `true` | Whether product metafields should be included when syncing products. This adds an extra API request per product. | -| `syncVariantMetafields` | `bool` | `false` | Whether variant metafields should be included when syncing products. This adds an extra API request per variant. | +| Setting | Type | Default | Description | +|-------------------------|--------|---------|-------------------------------------------------------------------------------------------------------------------| +| `syncProductMetafields` | `bool` | `true` | Whether product metafields should be included when syncing products. This adds an extra API request per product. | +| `syncVariantMetafields` | `bool` | `false` | Whether variant metafields should be included when syncing products. This adds an extra API request per variant. | > [!NOTE] > Smaller stores with only a few products can perform synchronization via the **Shopify Sync** utility.