mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
small README fixes
This commit is contained in:
parent
6f0845c405
commit
35baa57283
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue