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]