mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
More README formatting.
Note: This was a separate commit to ease cherry-picking (slim support is not part of the 1.1.x branch).
This commit is contained in:
parent
9fc3f1d10b
commit
37cef00ebc
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ If you have Tilt 1.2 or later, you may also use inline markaby:
|
|||
|
||||
=== Slim Templates
|
||||
|
||||
The slim gem/library is required to render Slim templates:
|
||||
The <tt>slim</tt> gem/library is required to render Slim templates:
|
||||
|
||||
# You'll need to require slim in your app
|
||||
require 'slim'
|
||||
|
|
Loading…
Reference in a new issue