Skip to content

Commit 6a54c42

Browse files
authored
Merge pull request #838 from eins78/patch-1
Fix default config example in README
2 parents 873fbfe + 3dd8f78 commit 6a54c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ MyApp::Application.configure do
340340
}
341341
# Changing files matching these dirs/exts will cause the server renderer to reload:
342342
config.react.server_renderer_extensions = ["jsx", "js"]
343-
config.react.server_renderer_directories = ["/app/assets/javascripts", "/app/javascripts/"]
343+
config.react.server_renderer_directories = ["/app/assets/javascripts", "/app/javascript/"]
344344
end
345345
```
346346

0 commit comments

Comments
 (0)