diff --git a/Noise.cabal b/Noise.cabal
--- a/Noise.cabal
+++ b/Noise.cabal
@@ -1,5 +1,5 @@
 Name:          Noise
-Version:       1.0.3
+Version:       1.0.4
 Category:      Math, Graphics, Noise
 Synopsis:      A Haskell coherent noise generator based on libnoise
 Description:   
@@ -15,9 +15,8 @@
   triple:
   .
   > getValue myComposition (-0.1, -0.5, 0.76)
-  >
-  > myPerlin = perlin `isSourceOf` scalebias { scale = 1.0 } 
-  >                   `isSourceOf` absolute
+  > 
+  > myPerlin = perlin `isSourceOf` scalebias 
   .
   For more information please read the documentation of each module 
   bellow.
