Skip to content

Commit 700040d

Browse files
authored
Update README.md
1 parent 07f22ee commit 700040d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ rails generate reactionview:install
3030

3131
ReActionView provides two ways to use enhanced template processing:
3232

33-
1. **Native .html.herb templates** - Automatically processed with `Herb::Engine`
34-
2. **Intercept `.html.erb` templates** - Enable in config to process all HTML+ERB templates with Herb
33+
1. **Native `.html.herb` templates** - Automatically processed with `Herb::Engine`.
34+
2. **Intercept `.html.erb` templates** - Enable in config to process all HTML+ERB templates with Herb.
3535

3636
### Configuration
3737

@@ -40,7 +40,7 @@ ReActionView provides two ways to use enhanced template processing:
4040

4141
ReActionView.configure do |config|
4242
# Intercept .html.erb templates to use Herb::Engine
43-
config.intercept_erb = true
43+
# config.intercept_erb = true
4444

4545
# Enable debug mode
4646
config.debug_mode = Rails.env.development?

0 commit comments

Comments
 (0)