diff options
author | Ben Orenstein <ben.orenstein@gmail.com> | 2010-04-29 12:37:18 -0400 |
---|---|---|
committer | Ben Orenstein <ben.orenstein@gmail.com> | 2010-04-29 12:37:18 -0400 |
commit | 90ef772ee65a381d0d98ec409a75e844d11d8be1 (patch) | |
tree | 859ff897cc784cb772ee34ecf1263618bdbb76f1 /railties/lib/rails | |
parent | 199cb0f80b8de4f50d8d5f6f9c4fdddeb64957ca (diff) | |
download | rails-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/README | 4 |
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 |