From 9b9e6568eb1256bb46ad68a921fde35882b3c40e Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Tue, 9 Jul 2024 16:38:45 +0200 Subject: [PATCH] Typos. --- README.md | 2 +- src/Slab/Command.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f07fec..fee74c8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ slab render --pretty example.slab ``` -You can think of it as HTML + functions and imports, and read more about it at +You can think of Slab as HTML + functions and imports, and read more about it at [slab-lang.org](https://slab-lang.org/). # Development diff --git a/src/Slab/Command.hs b/src/Slab/Command.hs index 6dd941c..b743ea7 100644 --- a/src/Slab/Command.hs +++ b/src/Slab/Command.hs @@ -91,7 +91,7 @@ parser = "serve" ( A.info (parserServe <**> A.helper) $ A.progDesc - "Watch and serve a library of Slab templates to HTML" + "Watch and serve a library of Slab templates" ) <> A.command "report"