From 2a5e05cfd86df0f36e75a8f0f60682a9372f9c3c Mon Sep 17 00:00:00 2001
From: Jeroen van Baarsen <jeroen@logiconline.nl>
Date: Sat, 20 Jul 2013 12:31:13 +0200
Subject: [PATCH] Fixed an old reference to puma

---
 doc/install/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install/installation.md b/doc/install/installation.md
index db8116c539..4eb767e41c 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -185,7 +185,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version,
     sudo -u git -H mkdir public/uploads
     sudo chmod -R u+rwX  public/uploads
 
-    # Copy the example Puma config
+    # Copy the example Unicorn config
     sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb
 
     # Enable cluster mode if you expect to have a high load instance
-- 
2.30.9