Ready first version of reusable apps dispatching.

This commit is contained in:
Wlodek Bzyl 2009-06-02 00:11:05 +02:00
parent 93fed97feb
commit e6d3cc4078

View File

@ -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'