diff --git a/excel-importer-product/README.md b/excel-importer-product/README.md index 7af28e2..e5f36d9 100644 --- a/excel-importer-product/README.md +++ b/excel-importer-product/README.md @@ -7,13 +7,13 @@ Imports Excel sheets and transforms it into a full featured web application. 1. Initiate the Excel imported via menu `File` > `Import` > `Axon Ivy` > `App Dialog from Excel`. ![importer](doc/excel-import-entry.png) -2. Pick a project, where the Excel records should imported to as Entity with a Dialog. +2. Pick a project, where the Excel records should be imported to as Entity with a Dialog. ![wizard](doc/target-project-unit.png) 3. The importer will create the EntityClass, that represents entries in the Database. ![generated-entity](doc/generate-entity-from-excel.png) -4. A simple process will be creatd, leading to a Dialog to explore your imported Entities. +4. A simple process will be created, leading to a Dialog to explore your imported Entities. ![final-dialog](doc/entity-dialog.png) ## Setup