diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-25 18:00:17 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-25 18:00:17 +0200 |
| commit | a9fee8efcff4d279eb646c603ee20b6675e1921e (patch) | |
| tree | 29375c4d6d0e2296ebf4978606952ed9a9286f12 | |
| parent | 606e03e10550b55ba87ac107d28e2b2e61874e94 (diff) | |
Fix README tool language
The SSG uses Markdown documents, not Python
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
