Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Mar 26, 2010
1 parent f49f3f7 commit daed435
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Features

Install
-------
`gem install rack-respond_to`

gem install rack-respond_to

Example
-------

require 'rack'
require 'rack/respond_to'

Expand All @@ -45,7 +47,7 @@ Example

run App.new

See the examples/simple_app.ru for an executable example.
See `examples/simple_app.ru` for an executable example.

Tips
----
Expand All @@ -56,7 +58,11 @@ into `HTTP_ACCEPT` and makes it the highest ranked).

`gem install rack-abstract-format`

See examples/recommended_use.ru for a complete example.
See `examples/recommended_use.ru` for a complete example.

Acknowledgement
---------------
* thanks to github.com/daicoden for `format.any` idea and initial patch

Links
-----
Expand Down

0 comments on commit daed435

Please sign in to comment.