From e6d3cc4078a0033a6b8768d46bcecd9b77382492 Mon Sep 17 00:00:00 2001 From: Wlodek Bzyl Date: Tue, 2 Jun 2009 00:11:05 +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 c1192fc..2ca4d82 100644 --- a/README.markdown +++ b/README.markdown @@ -140,7 +140,7 @@ reusable application. The `example` directory contains two reusable Sinatra applications: *rsummer*, *rwinter* and a rackup file `rconfig.ru` which -dispatches these applications to `/summer` and `/rsummer` sub URI. +dispatches these applications to `/summer` and `/rsummer` sub URI: require 'rsummer/summer' require 'rwinter/winter'