fix typo in README

This commit is contained in:
Wlodek Bzyl 2009-08-31 14:34:05 +02:00
parent 11a196d336
commit e2e59eb093
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,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 `/winter` sub URI:
$LOAD_PATH.unshift('rsummer')
require 'summer'