From 0c3a92643ef2a144566ec4268b73c34c5a15c45b Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:48:17 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46a15a4d..d55111d3 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Development of UI5 Apps in pure ABAP. Follow this project on [twitter](https://t ## Project Features * easy to use – implement just one interface for a standalone UI5 application -* pure ABAP – development in 100% ABAP source code (no JavaScript, DDL, EML or Customizing) +* pure ABAP – development using 100% ABAP source code (no JavaScript, DDL, EML or Customizing) * low system footprint - based on a plain http handler (no BSP, OData, CDS, BOPF, FE or RAP) * cloud and on-premise ready – works with both language versions (ABAP for Cloud, Standard ABAP) -* high system compatibility – runs on all available ABAP stacks (NW 7.02 to ABAP 2302) -* easy installation – abapGit project, no additional app deployment needed +* high system compatibility – runs on all available ABAP stacks (from NW 7.02 to ABAP 2302) +* easy installation – abapGit project, with no additional app deployment needed ### Information ##### SCN Blog Series - Introduction to abap2UI5