From e36620745d7150fc33eccffeaf79e741a774499c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 4 Jul 2022 13:55:06 -0400 Subject: [PATCH] Fix engine link documentation Closes #45510 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf4cdd18a..d90435261 100644 --- a/README.md +++ b/README.md @@ -385,10 +385,10 @@ the current file won't work, it must be a logical path. `link` can also be used to include manifest files from mounted Rails engines: ``` -//= link my_engine +//= link my_engine_manifest ``` -This would find a manifest file at `my_engine/app/assets/config/my_engine.js` and include its directives. +This would find a manifest file at `my_engine/app/assets/config/my_engine_manifest.js` and include its directives. ### link_directory