diff --git a/README.md b/README.md
index 05697148..d40222b5 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,9 @@
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](https://www.typescriptlang.org/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-f8bc45.svg)](https://github.com/prettier/prettier)
-- Web standards based applications with ABAP programming model
-- Standard front-ends:
+- Standards based web applications with ABAP programming model
+- By factors less code, unique qualities
+- Works with:
- [Aurelia](http://aurelia.io/)
- Angular, React and Vue by [SAP Fundamenal Library](https://sap.github.io/fundamental/)
- Angular, React and Vue by [Microsoft FAST](https://www.fast.design/docs/introduction/)
@@ -18,7 +19,7 @@
- SAP Cloud Platform
- Koa, express, Spark, Jooby, Sanic, Django, Pyramid, Flask, Tornado ...
- Frameworks: electron, NW.js ...
-- [Conventions based application](./doc/app.md)
+- [Conventions based applications](./doc/app.md)
Components
diff --git a/doc/app.md b/doc/app.md
index f8611ecb..0dfeb585 100644
--- a/doc/app.md
+++ b/doc/app.md
@@ -207,7 +207,6 @@ abap make aurelia -c my-app # from the first ABAP API step above
- Standard ui components' templates (default ui configurations) can be pure HTML, pure JS or the combination of both. It depends on ui framework and standard usage pattern can be easy changed (custom ui configurations).
-- Generic and custom Value Helps can be generated and adapted in design time, or dynamically generated in run-time. Can be attched to any ui component by `shlp` custom attribute: [abap-value-help](../abap-value-help/README.md)
One example with input, datepicker and checkbox:
@@ -224,6 +223,30 @@ One example with input, datepicker and checkbox:
```
+- Generic and custom Value Helps can be attched to any ui component by `shlp` custom attribute: [abap-value-help](../abap-value-help/README.md)
+ - Generated, adapted or built from scratch in design time
+ - Dynamically generated in run-time
+
+```html
+
+
+
+
+
+
+
+
+```
+
JS files with View Model initializers of ABAP data structures can be used in app server or View Model logic, for fields' level processing.
```JavaScript