From 7da2a0eac3836439960919ef2eb4f90eb0253053 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Sun, 7 Mar 2021 21:32:54 +0100 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 011e729..9503878 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ of Magento's internal Import/Export modules. The goal of the library is to be a swiss army knife for importing products in Magento 2. Features include: -- Steam XML over HTTP and from disk +- Stream XML over HTTP and from disk - Download files from HTTP(s)/FTP - Map items from source file to Magento format -- Lot's of (RowModifiers)[RowModifier] +- Lot's of [RowModifiers](https://github.com/ho-nl/magento2-Ho_Import/tree/master/src/RowModifier) - Fixed importer core bugs [ExampleProfile.php](src/docs/examples/basic/ExampleProfile.php)