Merge pull request #146 from selman/patch-1

typo in README
This commit is contained in:
patrick brisbin 2011-09-29 18:05:05 -07:00
commit f608be94da

View File

@ -30,7 +30,7 @@ for repo in hamlet persistent wai yesod; do
( (
cd $repo cd $repo
git submodule update --init git submodule update --init
./script/install ./scripts/install
) )
done done
~~~ ~~~