Skip to content

Commit

Permalink
Minor fix in 'Basic Usage' example.
Browse files Browse the repository at this point in the history
Change 'foo.rb' to 'foo.erb'.
  • Loading branch information
Juanmcuello committed Apr 6, 2015
1 parent a3322c6 commit 1cf802c
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 1cf802c

Please sign in to comment.