diff --git a/README.md b/README.md index ec612e31..087952d2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ for repo in hamlet persistent wai yesod; do ( cd $repo git submodule update --init - ./script/install + ./scripts/install ) done ~~~