aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Land <caleb.land@gmail.com>2013-04-30 19:16:33 -0400
committerCaleb Land <caleb.land@gmail.com>2013-04-30 19:16:33 -0400
commit7a4167c3a59ad8b62f641d29f7d4e34b2ebf0846 (patch)
tree28f833ba47349f41a748dd760e7828218c7ccb7d
parent8a961f55040ca90b680b954b02b5cc9d6afec09e (diff)
downloadfreebsd-puma-7a4167c3a59ad8b62f641d29f7d4e34b2ebf0846.tar.gz
freebsd-puma-7a4167c3a59ad8b62f641d29f7d4e34b2ebf0846.tar.bz2
freebsd-puma-7a4167c3a59ad8b62f641d29f7d4e34b2ebf0846.zip
re-jigger the headers
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 73e33ca..3e53716 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ to
You might need to add other services to this list if your Rails application requires them.
-### Quick Setup
+## Quick Setup
To get up and running quickly, adjust the `REQUIRES` line like above, and add edit your `/etc/rc.conf`:
@@ -54,7 +54,7 @@ For Non-Capistrano-like layouts:
#unicorn_env="production"
-### Starting/Stopping/Restarting and Upgrading Unicorn
+## Starting/Stopping/Restarting and Upgrading Unicorn
You can now start Unicorn like any other FreeBSD service:
@@ -74,7 +74,7 @@ And when you're done riding Unicorns, you can shut it down
/usr/local/etc/rc.d/unicorn stop
-## Edit `/etc/rc.conf` to meet your needs
+## `/etc/rc.conf` Details
### Using a Capistrano directory layout