Skip to content

Commit

Permalink
Remove mention of Haml::Engine in favor of Haml::Template (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldiekmeier committed Sep 27, 2022
1 parent a716e44 commit 9a96492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REFERENCE.md
Expand Up @@ -75,8 +75,8 @@ this, install the gem with RubyGems:

gem install haml

You can then use it by including the "haml" gem in Ruby code, and using
{Haml::Engine} like so:
You can then use it by including the `haml` gem in Ruby code, and using
{Haml::Template} like so:

engine = Haml::Template.new { "%p Haml code!" }
engine.render #=> "<p>Haml code!</p>\n"
Expand Down

0 comments on commit 9a96492

Please sign in to comment.