diff --git a/README.md b/README.md index 2bbb9b75..0e2f9ae4 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ If you are using a custom, but "static" layout, layout "some_static_layout" ``` -you **have** to change it to a layout method in order to conditionally return `false` for turbo frame requests: +you **have** to change it to a layout method in order to conditionally return `"turbo_rails/frame"` for turbo frame requests: ```ruby layout :custom_layout