From 95e513cf514a8911b42ada74e6009b80688735c8 Mon Sep 17 00:00:00 2001 From: Vincent Boon Date: Wed, 22 Nov 2023 09:57:25 +0100 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1daa00c..142b7ef 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@

This package tracks if products exist in Magento by storing the status locally in the DB. -We developed this to prevent multiple calls when multiple packages need to check product existance in Magento. -This package does do the assumption that once a product exists in Magento it will always be there. +We developed this to prevent multiple calls when multiple packages need to check product existence in Magento. ## Installation @@ -26,6 +25,9 @@ $schedule->command(\JustBetter\MagentoProducts\Commands\CheckKnownProductsExiste $schedule->command(\JustBetter\MagentoProducts\Commands\DiscoverMagentoProductsCommand::class)->daily(); ``` +> [!IMPORTANT] +> This package requires Job Batching + ## Usage ### Checking if a product exists in Magento