From e2ebe0f8f7228587195b74c728ffd60b3ca353df Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 9 Jun 2011 09:35:37 +0200 Subject: [PATCH] fix markup --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index e9c0e13d..36511080 100644 --- a/README.rdoc +++ b/README.rdoc @@ -217,7 +217,7 @@ Note that the public directory name is not included in the URL. A file http://example.com/css/style.css. Use the :static_cache_control setting (see below) to add -+Cache-Control+ header info. +Cache-Control header info. == Views / Templates @@ -938,7 +938,7 @@ try {rack-cache}[http://rtomayko.github.com/rack-cache/]: end Use the :static_cache_control setting (see below) to add -+Cache-Control+ header info to static files. +Cache-Control header info to static files. === Sending Files @@ -1214,7 +1214,7 @@ You can access those options via settings: modular apps. [static_cache_control] When Sinatra is serving static files, set this to add - +Cache-Control+ headers to the responses. Uses the + Cache-Control headers to the responses. Uses the +cache_control+ helper. Disabled by default. Use an explicit array when setting multiple values: set :static_cache_control, [:public, :max_age => 300]