1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Fix typo in README

This commit is contained in:
Matthew Conway 2013-02-07 14:42:34 -08:00
parent 51dc81a775
commit 066a2a08a4

View file

@ -48,7 +48,7 @@ Currently included:
* `sinatra/namespace`: Adds namespace support to Sinatra. * `sinatra/namespace`: Adds namespace support to Sinatra.
* `sinatra/respond_with`: Choose action and/or template depending automatically * `sinatra/respond_with`: Choose action and/or template automatically
depending on the incoming request. Adds helpers `respond_to` and depending on the incoming request. Adds helpers `respond_to` and
`respond_with`. `respond_with`.