From a1ffe4d4ba2a210288d7994681a2b8dbc031cf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= <24468819+Yagich@users.noreply.github.com> Date: Mon, 20 Jun 2022 14:27:00 +0300 Subject: [PATCH] add godot-http-server credit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f7b161..f8d7bc4 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Ticle is a WIP tiny static site "generator" that parses Markdown files right in This project aims to provide a nice frontend/UI to manage Ticle files and an easy way to run your site locally. - +It uses a slightly modified version of [godot-http-server](https://github.com/velopman/godot-http-server) for the server side.