From 2a8dbb12f8b3d4c7851f1afc5c333d25110d5aa2 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 25 Dec 2024 11:48:50 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d694762..faa82cb 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ config.hotwire.spark.html_paths += %w[ lib ] | `enabled` | Enable or disable live reloading. By default, it's only enabled in `development`. | | `logging` | Show logs in the browser console when reloading happens. It's false by default. | | `html_reload_method` | How to perform reloads when HTML content changes: `:morph` or `:replace`. By default, it is `:morph` and it will morph the `` 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 `` and keep the scroll. | -| `html_extensions` | The extension to monitor for HTML content changes. By default: `rb`, `erb`. | | -| `css_extensions` | The extension to monitor for CSS changes. By default: `css`. | | -| `stimulus_extensions` | The extension to monitor for CSS changes. By default: `js`. | | +| `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`. | | ## License