summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-04-25 18:00:17 +0200
committerNicolas Paul <n@nc0.fr>2023-04-25 18:00:17 +0200
commita9fee8efcff4d279eb646c603ee20b6675e1921e (patch)
tree29375c4d6d0e2296ebf4978606952ed9a9286f12
parent606e03e10550b55ba87ac107d28e2b2e61874e94 (diff)
Fix README tool language
The SSG uses Markdown documents, not Python
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2e1e9a0..c2155f1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-Crocc
-=====
+Crocc 🐊
+=======
-Crocc is a simple and fast static-site generator based on Python.
+Crocc is a simple and fast static-site generator based on Markdown.
It generates HTML files from Markdown documents.
Usage