README.md in shortcode-0.3.1 vs README.md in shortcode-0.3.2
- old
+ new
@@ -44,10 +44,10 @@
```ruby
Shortcode.setup do |config|
# the template parser to use
- config.template_parser = :haml # :erb or :haml supported, :haml is default
+ config.template_parser = :haml # :erb, :haml, :slim supported, :haml is default
# location of the template files, default is "app/views/shortcode_templates"
config.template_path = "support/templates/haml"
# a hash of templates passed as strings, if this is set it overrides the