From dd07bcef66aaf1b64a0708be80cd06ed14898487 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 17 Jun 2018 20:39:09 -0600 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4cce67..eaf810e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ heroku create --buildpack http://github.com/leafo/heroku-buildpack-lua.git In order to describe the dependencies of you application you must create a [rockspec][4] for it. -The first file found that matches `*.rockpsec` in the root directory will be +The first file found that matches `*.rockspec` in the root directory will be used. Don't put multiple ones in the root directory otherwise it might get confused.