Browse Source

[COOK-634] Fix a minor typo in the documentation.

application_ruby started out as application_rails.
Andrea Campi 12 years ago
parent
commit
f4f6f02ea4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ This cookbook is designed to be able to describe and deploy web applications. It
 * application\_nginx (nginx reverse proxy)
 * application\_php (PHP with mod\_php\_apache2)
 * application\_python (Django with Gunicorn)
-* application\_rails (Rails with Passenger or Unicorn)
+* application\_ruby (Rails with Passenger or Unicorn)
 
 Backward compatibility
 ----------------------