diff --git a/distributed-fork.cabal b/distributed-fork.cabal
--- a/distributed-fork.cabal
+++ b/distributed-fork.cabal
@@ -1,5 +1,5 @@
 name:                distributed-fork
-version:             0.0.1.0
+version:             0.0.1.1
 synopsis:            Like 'forkIO', but uses remote machines instead of local threads.
 homepage:            https://github.com/utdemir/distributed-fork
 license:             BSD3
diff --git a/src/Control/Distributed/Fork.hs b/src/Control/Distributed/Fork.hs
--- a/src/Control/Distributed/Fork.hs
+++ b/src/Control/Distributed/Fork.hs
@@ -68,6 +68,7 @@
 --   'initDistributedFork'
 --   handle <- 'fork' 'localProcessBackend' (static 'Dict') (static (return "Hello World!"))
 --   putStrLn =<< await handle
+-- @
 fork :: Backend
      -> Closure (Dict (Serializable a))
      -> Closure (IO a)
