diff options
author | Caleb Land <caleb.land@gmail.com> | 2013-04-30 19:18:52 -0400 |
---|---|---|
committer | Caleb Land <caleb.land@gmail.com> | 2013-04-30 19:18:52 -0400 |
commit | 0eac1de5912d784f61f51ae11daa2d5cde818e5a (patch) | |
tree | 9fcae01361b882423d164b9f3d541a2e143ca6da | |
parent | 653dec1fa25b0128920b49e4c5cfe2d2d1a9270a (diff) | |
download | freebsd-puma-0eac1de5912d784f61f51ae11daa2d5cde818e5a.tar.gz freebsd-puma-0eac1de5912d784f61f51ae11daa2d5cde818e5a.tar.bz2 freebsd-puma-0eac1de5912d784f61f51ae11daa2d5cde818e5a.zip |
documentation tweaks
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,8 +33,8 @@ For Capistrano or Capistrano-like directory layouts: unicorn_enable="YES" - # this is the path to where your application is deployed in Capistrano, - # the parent directory of the `current` directory + # this is the path to where your application is deployed via Capistrano + # (the parent directory of the `current` directory) unicorn_directory="/u/application" |