From 93fed97feb6c1fd4aed4d1fe789a90dfe2234518 Mon Sep 17 00:00:00 2001 From: Wlodek Bzyl Date: Tue, 2 Jun 2009 00:09:49 +0200 Subject: [PATCH] Ready first version of reusable apps dispatching. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ced551a..c1192fc 100644 --- a/README.markdown +++ b/README.markdown @@ -134,7 +134,7 @@ Or, if subclassing `Sinatra::Base`, include helpers manually: With the latest version of Sinatra it is possible to build reusable Sinatra applications. This means that multiple Sinatra applications -can now be run in isolation and co-exist peacefully with other Rack +can be run in isolation and co-exist peacefully with other Rack based applications. Subclassing `Sinatra::Base` creates such a reusable application.