From 50b6695963f3d53dec563348e461687c6e09b11c Mon Sep 17 00:00:00 2001 From: Jan Bernitt Date: Thu, 30 Nov 2023 10:43:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb5e58..4735027 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For an equivalent of a (ANTLR) grammar definition look at `ExpressionGrammar`. The public API of the library is encapsulated by `Expression` which refers to types in the `org.hisp.dhis.lib.expression.spi` package. -For JavaScript the main entry point to the API is called `ExpressionJs`. +For JavaScript the main entry point to the API is called `ExpressionJs`. ### Modes DHIS2 has several expression language, each supporting a different set of functions.