diff --git a/XMonad/Layout/NoBorders.hs b/XMonad/Layout/NoBorders.hs index be818d87..54e353e4 100644 --- a/XMonad/Layout/NoBorders.hs +++ b/XMonad/Layout/NoBorders.hs @@ -35,7 +35,7 @@ import qualified XMonad.StackSet as W import Data.List ((\\)) -- $usage --- You can use this module with the following in your ~/.xmonad/xmonad.hs file: +-- You can use this module with the following in your ~\/.xmonad\/xmonad.hs file: -- -- > import XMonad.Layout.NoBorders --