From 90ef772ee65a381d0d98ec409a75e844d11d8be1 Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Thu, 29 Apr 2010 12:37:18 -0400 Subject: Fix sentence fragment and improve wording in generated README. --- railties/lib/rails/generators/rails/app/templates/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/lib/rails') 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: gem install mongrel. 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 -- cgit v1.2.3