From 653dec1fa25b0128920b49e4c5cfe2d2d1a9270a Mon Sep 17 00:00:00 2001 From: Caleb Land Date: Tue, 30 Apr 2013 19:17:50 -0400 Subject: =?UTF-8?q?REQUIRES=20=E2=86=92=20REQUIRE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3