Comparing version 0.11.1 to 0.11.2
{ | ||
"name": "actml", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Like jsx but for your business logic", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
@@ -61,3 +61,3 @@ # <ActML /> :rocket: <!-- omit in toc --> | ||
1. The `<A>` element is just a wrapper. | ||
1. The `<A>` element is just a wrapper that comes with ActML module. | ||
2. `<GetProfileName>` is an asynchronous function so ActML waits till its promise is resolved. It also returns a result and has `exports` prop defined. That is a special prop which is saying "Export a variable with name `name` and make it available for other elements". | ||
@@ -64,0 +64,0 @@ 3. `<Greeting>` needs that `name` variable and uses the special dollar sign notation which to ActML processor means "Inject a variable with name `name` as a prop". |
378226