aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2010-04-29 12:37:18 -0400
committerBen Orenstein <ben.orenstein@gmail.com>2010-04-29 12:37:18 -0400
commit90ef772ee65a381d0d98ec409a75e844d11d8be1 (patch)
tree859ff897cc784cb772ee34ecf1263618bdbb76f1 /railties/lib/rails
parent199cb0f80b8de4f50d8d5f6f9c4fdddeb64957ca (diff)
downloadrails-90ef772ee65a381d0d98ec409a75e844d11d8be1.tar.gz
rails-90ef772ee65a381d0d98ec409a75e844d11d8be1.tar.bz2
rails-90ef772ee65a381d0d98ec409a75e844d11d8be1.zip
Fix sentence fragment and improve wording in generated README.
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/README b/railties/lib/rails/generators/rails/app/templates/README
index ded8570c42..df5223594a 100644
--- a/railties/lib/rails/generators/rails/app/templates/README
+++ b/railties/lib/rails/generators/rails/app/templates/README
@@ -45,8 +45,8 @@ suitable for development and deployment of Rails applications. If you have Ruby
getting up and running with mongrel is as easy as: <tt>gem install mongrel</tt>.
More info at: http://mongrel.rubyforge.org
-Say other Ruby web servers like Thin and Ebb or regular web servers like Apache or LiteSpeed or
-Lighttpd or IIS. The Ruby web servers are run through Rack and the latter can either be setup to use
+You can also use other Ruby web servers like Thin and Ebb or regular web servers like Apache, LiteSpeed,
+Lighttpd, or IIS. The Ruby web servers are run through Rack and the others can be setup to use
FCGI or proxy to a pack of Mongrels/Thin/Ebb servers.
== Apache .htaccess example for FCGI/CGI