Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia authored Dec 25, 2024
1 parent 2a8dbb1 commit 8a522b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ config.hotwire.spark.html_paths += %w[ lib ]
| `html_reload_method` | How to perform reloads when HTML content changes: `:morph` or `:replace`. By default, it is `:morph` and it will morph the `<body>` of the page and reload all the stimulus controllers. Set to `:replace` to reload the page with a regular Turbo navigation that will replace the `<body>` and keep the scroll. |
| `html_extensions` | The extensions to monitor for HTML content changes. By default: `rb`, `erb`. | |
| `css_extensions` | The extensions to monitor for CSS changes. By default: `css`. | |
| `stimulus_extensions` | The extensions to monitor for CSS changes. By default: `js`. | |
| `stimulus_extensions` | The extensions to monitor for Stimulus changes. By default: `js`. | |

## License

Expand Down

0 comments on commit 8a522b2

Please sign in to comment.