diff --git a/src/Streamly/FSNotify.hs b/src/Streamly/FSNotify.hs
--- a/src/Streamly/FSNotify.hs
+++ b/src/Streamly/FSNotify.hs
@@ -5,7 +5,7 @@
 C source files (which we take to be anything with a @.c@ extension). This program then writes that the event occurred,
 to what file, and when, forever.
 
-> {-# LANGUAGE GHC2021, BlockArguments, LambdaCase #-}
+> {\-# LANGUAGE GHC2021, BlockArguments, LambdaCase #-\}
 >
 > import Streamly.Data.Fold qualified as SF
 > import Streamly.Data.Stream.Prelude qualified as SP
@@ -18,7 +18,7 @@
 >     "c" `isExtensionOf` eventPath e && eventIsDirectory e == IsFile
 >
 > srcPath :: FilePath
-> srcPath = "/" </> "home" </> "gthomas" </> "c-project"
+> srcPath = "/" </> "home" </> "georgefst" </> "c-project"
 >
 > main :: IO ()
 > main = SP.fold (SF.drainMapM go) $ watchTree srcPath
diff --git a/streamly-fsnotify.cabal b/streamly-fsnotify.cabal
--- a/streamly-fsnotify.cabal
+++ b/streamly-fsnotify.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                streamly-fsnotify
-version:             2.1.0.1
+version:             2.1.0.2
 synopsis:            Folder watching as a Streamly stream.
 description:
     Provides Streamly streams for both single-level and recursive folder watching.
