diff --git a/hspec-dirstream.cabal b/hspec-dirstream.cabal
--- a/hspec-dirstream.cabal
+++ b/hspec-dirstream.cabal
@@ -1,5 +1,5 @@
 name:                hspec-dirstream
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Helper functions to simplify adding integration tests.
 description:         This package uses [hspec](http://hackage.haskell.org/package/hspec) and [dirstream](http://hackage.haskell.org/package/dirstream) to provide easy-to-use functions for integration tests.
 homepage:            https://hub.darcs.net/vmchale/hspec-dirstream
diff --git a/src/Test/Hspec/Dirstream.hs b/src/Test/Hspec/Dirstream.hs
--- a/src/Test/Hspec/Dirstream.hs
+++ b/src/Test/Hspec/Dirstream.hs
@@ -49,8 +49,8 @@
 --
 -- > testFiles "test/data" (hasExtension "hs") formatFile
 --
--- This would read @test/data/file.hs@, format the file if it can, and compare
--- the output to the contents of @test/data/file.out@.
+-- This would read @test\/data\/file.hs@, format the file if it can, and compare
+-- the output to the contents of @test\/data\/file.out@.
 testFiles :: (Eq a, Show a)
           => FilePath -- ^ Base directory
           -> (F.FilePath -> Bool) -- ^ Filter on file extensions
