Skip to content

Commit

Permalink
Merge pull request #255 from Juanmcuello/fix-readme-erb-example
Browse files Browse the repository at this point in the history
Minor fix in 'Basic Usage' example.
  • Loading branch information
judofyr committed Jul 6, 2015
2 parents bd90add + 1cf802c commit 8db8ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ Instant gratification:
require 'erb'
require 'tilt'
template = Tilt.new('templates/foo.erb')
=> #<Tilt::ERBTemplate @file="templates/foo.rb" ...>
=> #<Tilt::ERBTemplate @file="templates/foo.erb" ...>
output = template.render
=> "Hello world!"

Expand Down

0 comments on commit 8db8ed1

Please sign in to comment.