README: wrap long lines

This commit is contained in:
Andrea Rossato
2007-11-16 10:50:37 +00:00
parent 8a827d3471
commit 663a032512

5
README
View File

@@ -10,7 +10,10 @@ Build and install through Cabal as for other Haskell packages:
scripts/ contains further external programs useful with xmonad. scripts/ contains further external programs useful with xmonad.
Haskell code contributed to this repo should live under the appropriate subdivision of the 'XMonad.' namespace (currently includes Actions, Config, Hooks, Layout, Prompt, and Util). For example, to use the Mosaic layout, one would import: Haskell code contributed to this repo should live under the
appropriate subdivision of the 'XMonad.' namespace (currently includes
Actions, Config, Hooks, Layout, Prompt, and Util). For example, to use
the Mosaic layout, one would import:
XMonad.Layout.Mosaic XMonad.Layout.Mosaic