commit e8ada1f3d439b09de6f31ecfb60e73fe7c0d48f9
parent 31b9b60d1a5f2c6c85e5759cd3357e33217447c0
Author: Samdal <samdal@protonmail.com>
Date: Mon, 14 Nov 2022 00:19:12 +0100
update readme
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -30,7 +30,7 @@ A common behaviour is to have a string as the first element of an array, where t
### API
The C library exposes the AST directly, to write to a file you must generate
-one yourself. There are macros and functions to make this step easier
+one yourself. There are macros and functions to make this step easier.
A parsed file returns a generated AST. There are functions that help you
verify formats and for getting tagged arrays/variables.