From 17f4fb88c1567325bd304e76b07f2dec1437c433 Mon Sep 17 00:00:00 2001 From: Marco Milon Date: Sat, 5 Sep 2020 18:20:40 -0500 Subject: [PATCH] Update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e49e26b..c5c255c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ gStatic uses Go’s html/template and text/template libraries as the basis for t - [x] Parse a yaml files and replace variables on the template - [x] Write result to a public folder - [x] Add support for layouts -- [ ] Improve error handling +- [x] Improve error handling - [ ] Add configuration - [ ] Add documentation on how to do templates