aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-11-16 11:50:37 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-11-16 11:50:37 +0100
commit9bf253c5093e6edb013da8cfee44f80a2263fe1d (patch)
tree4cdebb1a35d06cb1cc4bef1008795e6d786c6fac /README
parent677744eef0165886300d2f496f0b5773925337c4 (diff)
downloadXMonadContrib-9bf253c5093e6edb013da8cfee44f80a2263fe1d.tar.gz
XMonadContrib-9bf253c5093e6edb013da8cfee44f80a2263fe1d.tar.xz
XMonadContrib-9bf253c5093e6edb013da8cfee44f80a2263fe1d.zip
README: wrap long lines
darcs-hash:20071116105037-32816-b1bc6dfd2d882dd719c191715625c163f9d55a05.gz
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 27b81fe..717d4eb 100644
--- a/README
+++ b/README
@@ -10,7 +10,10 @@ Build and install through Cabal as for other Haskell packages:
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