diff --git a/README.md b/README.md
index 5ec1a3ec961a58207ea8df7433e6a8a58288a18f..e7d7ab549dbdd7ec58c9aa344f52ee82cd6cad03 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 0501e9fbaf1f87247ddeda35c93acc49cd5f1798..2d61ed832dbf23b0f2d669b589b45fb841464fda 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.
     .