1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

small README fixes

This commit is contained in:
burningTyger 2013-03-24 21:32:48 +01:00
parent 6f0845c405
commit 35baa57283

View file

@ -2093,18 +2093,18 @@ set :protection, :session => true
</dd>
<dt>running</dt>
<dd>is the built-in server running now? do not change this setting!</dd>
<dd>is the built-in server running now? Do not change this setting!</dd>
<dt>server</dt>
<dd>
Server or list of servers to use for built-in server. order indicates priority,
default depends on Ruby implementation.
Server or list of servers to use for built-in server. Order indicates
priority, default depends on Ruby implementation.
</dd>
<dt>sessions</dt>
<dd>
Enable cookie-based sessions support using <tt>Rack::Session::Cookie</tt>.
See 'Using Sessions' section for more information.
See 'Using Sessions' section for more information.
</dd>
<dt>show_exceptions</dt>