diff --git a/continued-fraction.cabal b/continued-fraction.cabal
--- a/continued-fraction.cabal
+++ b/continued-fraction.cabal
@@ -1,9 +1,9 @@
 name:                continued-fraction
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            Types and functions for working with continued fractions in Haskell
 description:         This package provides facilities for working with both continued fractions
-                     and rational approximants. It uses lists internally, so it will probably
-                     not be fast if you need large convergents.
+                     and rational approximants. It uses lists internally, so it may not be suitable
+                     if you need large convergents.
 homepage:            https://hub.darcs.net/vmchale/continued-fraction#readme
 license:             BSD3
 license-file:        LICENSE
