commit 96e74815110de12b38a9a2b7022f6507030c8f94
parent 0e0993f890a25052f2e091be9d11fd307b5c8c55
Author: lash <dev@holbrook.no>
Date: Sun, 23 Apr 2023 13:28:02 +0100
Update readme
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -23,6 +23,7 @@ Original motivation was to create a simple templating renderer for USSD clients,
* templated output from results of external code execution.
* generate and navigate pages where data symbol contents are too long to display on a single page.
* pluggable function design for handling external code execution calls.
+* Dedicated error string to prepend to template (e.g. on catch)
### Pending
@@ -38,7 +39,6 @@ Original motivation was to create a simple templating renderer for USSD clients,
* Breakpoints.
* Key/value database reference example.
-* Dedicated error string to prepend to template (e.g. on catch)
## Opcodes