diff --git a/FTGL.cabal b/FTGL.cabal
--- a/FTGL.cabal
+++ b/FTGL.cabal
@@ -1,5 +1,5 @@
 Name:           FTGL
-Version:        2.0 
+Version:        2.1 
 Cabal-Version:  >= 1.6
 License:        BSD3
 License-File:   LICENSE
diff --git a/Graphics/Rendering/FTGL.hs b/Graphics/Rendering/FTGL.hs
--- a/Graphics/Rendering/FTGL.hs
+++ b/Graphics/Rendering/FTGL.hs
@@ -17,7 +17,7 @@
 -- 
 -- > do font <- createTextureFont "Font.ttf"
 -- >   setFontFaceSize font 24 72
--- >   renderFont font "Hello world!"
+-- >   renderFont font "Hello world!" Front
 --
 -- Fonts are rendered so that a single point is an OpenGL unit, and a point is 1:72 of
 -- an inch.
