From 066a2a08a4f8621735ecc55364dad6a2dc095b4b Mon Sep 17 00:00:00 2001 From: Matthew Conway Date: Thu, 7 Feb 2013 14:42:34 -0800 Subject: [PATCH] Fix typo in README --- sinatra-contrib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinatra-contrib/README.md b/sinatra-contrib/README.md index ce7798ec..91d21f23 100644 --- a/sinatra-contrib/README.md +++ b/sinatra-contrib/README.md @@ -48,7 +48,7 @@ Currently included: * `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 `respond_with`.