aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Land <caleb.land@gmail.com>2013-04-30 19:17:50 -0400
committerCaleb Land <caleb.land@gmail.com>2013-04-30 19:17:50 -0400
commit653dec1fa25b0128920b49e4c5cfe2d2d1a9270a (patch)
treef133ef7b948d2beaddd061b797b70ec0f5ea90ea /README.md
parent7a4167c3a59ad8b62f641d29f7d4e34b2ebf0846 (diff)
downloadfreebsd-puma-653dec1fa25b0128920b49e4c5cfe2d2d1a9270a.tar.gz
freebsd-puma-653dec1fa25b0128920b49e4c5cfe2d2d1a9270a.tar.bz2
freebsd-puma-653dec1fa25b0128920b49e4c5cfe2d2d1a9270a.zip
REQUIRES → REQUIRE
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3e53716..f7bdd57 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This has been tested on **FreeBSD 9.0 and 9.1**
## Make sure unicorn starts after your database launches!
-The only thing you might need to configure in the rc script is to change the `REQUIRES` line to specify your database (I use PostreSQL so that's what's in the repo)
+The only thing you might need to configure in the rc script is to change the `REQUIRE` line to specify your database (I use PostreSQL so that's what's in the repo)
For example, if you were using MySQL, you would change
@@ -27,7 +27,7 @@ You might need to add other services to this list if your Rails application requ
## Quick Setup
-To get up and running quickly, adjust the `REQUIRES` line like above, and add edit your `/etc/rc.conf`:
+To get up and running quickly, adjust the `REQUIRE` line like above, and add edit your `/etc/rc.conf`:
For Capistrano or Capistrano-like directory layouts: