From a20397215786a1de73dd9e4af2648d4473218eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Wed, 29 Jun 2022 17:54:45 +0300 Subject: [PATCH] update readme (#2) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7e7c61..c34914c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Godot frontend for Ticle +# Godot frontend for Tickle -Ticle is a WIP tiny static site "generator" that parses Markdown files right in the browser, with no compilation to HTML necessary, intended for equally tiny blogs. +Tickle is a WIP tiny static site "generator" that parses Markdown files right in the browser, with no compilation to HTML necessary, intended for equally tiny blogs. -This project aims to provide a nice frontend/UI to manage Ticle files and an easy way to run your site locally. +This project aims to provide a nice frontend/UI to manage Tickle 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.