From 13befe4c71659c6c0a12d370015ee4b91d95c3fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org>
Date: Sat, 15 May 2021 22:41:16 +0200
Subject: [PATCH] Not so micro anymore :-)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
---
 README.md    | 2 +-
 hikaru.cabal | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5ec1a3e..e7d7ab5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Hikaru
 
-**Hikaru is a micro framework for web applications. It provides applicative routing, content negotiation and a customizable action monad.**
+**Hikaru is a small framework for web applications. It provides applicative routing, content negotiation and a customizable action monad.**
 
 (It is also a Star Trek reference, which is apparently a requirement for this class of software.)
 
diff --git a/hikaru.cabal b/hikaru.cabal
index 0501e9f..2d61ed8 100644
--- a/hikaru.cabal
+++ b/hikaru.cabal
@@ -11,9 +11,9 @@ copyright: Jan Hamal Dvořák
 maintainer: mordae@anilinux.org
 author: Jan Hamal Dvořák
 
-synopsis: Haskell web micro framework
+synopsis: Haskell web application framework
 description:
-    Hikaru is a micro framework for web applications.
+    Hikaru is a small framework for web applications.
     It provides applicative routing, content negotiation
     and a customizable action monad.
     .
-- 
GitLab