diff options
author | Brent Yorgey <byorgey@gmail.com> | 2007-11-20 03:41:18 +0100 |
---|---|---|
committer | Brent Yorgey <byorgey@gmail.com> | 2007-11-20 03:41:18 +0100 |
commit | 326b3983f48a7bbdc3c11da6c9723687ac79d6ea (patch) | |
tree | 62da7a7710e4debed5378f12d871b73653cc78db /README | |
parent | ec41ad5801aac213adab94c02b73b527b7700cce (diff) | |
download | XMonadContrib-326b3983f48a7bbdc3c11da6c9723687ac79d6ea.tar.gz XMonadContrib-326b3983f48a7bbdc3c11da6c9723687ac79d6ea.tar.xz XMonadContrib-326b3983f48a7bbdc3c11da6c9723687ac79d6ea.zip |
xmc/README: fix xmonad capitalisation, spelling fix
darcs-hash:20071120024118-bd4d7-b0f7c7f276d7c4f1eef206079c9bd56ef091cb82.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -3rd party XMonad extensions and contributions. +3rd party xmonad extensions and contributions. Build and install through Cabal as for other Haskell packages: @@ -20,9 +20,9 @@ the Mosaic layout, one would import: ------------------------------------------------------------------------ Code submitted to the contrib repo is licensed under the same license as -XMonad itself, with copyright held by the authors. +xmonad itself, with copyright held by the authors. ------------------------------------------------------------------------ -Documentation for the extensions and configuration system available in -Documentatoin.hs (a haddock source file). +Documentation for the extensions and configuration system is available in +Documentation.hs (a haddock source file). |