From 428faba064dac76b10c9dcd4cf44eeae1e4a8bb7 Mon Sep 17 00:00:00 2001 From: barbara-celi Date: Thu, 8 Feb 2024 10:57:43 -0300 Subject: [PATCH] Fixing readme --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index ed6ee71..495365f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -157,7 +157,7 @@ In the theme's `interfaces.json` file, add the following extented interfaces: ... } ``` -### Step 4 - Building the Product Comparison component +### Step 5 - Building the Product Comparison component In any desired template, such as the `store.search`, add the `product-comparison-drawer` block as shown below: @@ -236,7 +236,7 @@ In any desired template, such as the `store.search`, add the `product-comparison > ℹ️ *The code above is a default implementation of the Product Comparison component. If any changes are desired, declare the code above in your theme and perform the needed updates according to the available blocks.* -### Step 5 - Building the Product Comparison page +### Step 6 - Building the Product Comparison page 1. In the `/store/blocks` folder, create a new file called `product-comparison.json` and add in it the following JSON: