Skip to content

Commit

Permalink
Fix README typo (Rack::AcceptFormat)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml authored and rtomayko committed May 21, 2009
1 parent d4a1ce0 commit fae344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface:
absolute URLs.
* Rack::Backstage - Returns content of specified file if it exists, which makes
it convenient for putting up maintenance pages.
* Rack::Format - Adds a format extension at the end of the URI when there is none, corresponding to the mime-type given in the Accept HTTP header.
* Rack::AcceptFormat - Adds a format extension at the end of the URI when there is none, corresponding to the mime-type given in the Accept HTTP header.
* Rack::HostMeta - Configures /host-meta using a block
* Rack::Cookies - Adds simple cookie jar hash to env

Expand Down

0 comments on commit fae344f

Please sign in to comment.