Navigation Menu

Skip to content

Commit

Permalink
Update README re. mime_type
Browse files Browse the repository at this point in the history
Conflicts:

	README.jp.rdoc
  • Loading branch information
sr committed Feb 22, 2010
1 parent 515a83d commit 344afeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -396,9 +396,9 @@ running under the development environment.
== Mime types

When using <tt>send_file</tt> or static files you may have mime types Sinatra
doesn't understand. Use +mime+ to register them by file extension:
doesn't understand. Use +mime_type+ to register them by file extension:

mime :foo, 'text/foo'
mime_type :foo, 'text/foo'

== Rack Middleware

Expand Down

0 comments on commit 344afeb

Please sign in to comment.