From f5afe6ab0f2eba1bd3e36029c00547ed1947dbd1 Mon Sep 17 00:00:00 2001 From: P3ter Date: Fri, 11 Dec 2020 14:29:28 +0100 Subject: [PATCH] Fix typo in core-customize/README.md --- core-customize/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-customize/README.md b/core-customize/README.md index 384ebf5..d6b044a 100644 --- a/core-customize/README.md +++ b/core-customize/README.md @@ -16,6 +16,6 @@ jsonnet --output-file manifest.json manifest-generator.jsonnet 1. Generate the sample `manifest.json` as described above 1. Download the latest Commerce platform 1905 zip file and save it as `platform/hybris-commerce-suite-1905.6.zip` -1. Download the latest loud extension pack 1905 zip file and save it as `platform/hybris-cloud-extension-pack-1905.5.zip` +1. Download the latest cloud extension pack 1905 zip file and save it as `platform/hybris-cloud-extension-pack-1905.5.zip` 1. Generate `demoshop` storefront and `hybris/config` folder: `./gradlew generateProprietaryCode` 1. Setup local development `./gradlew setupLocalDevelopment`