Skip to content

Commit

Permalink
Fix engine link documentation
Browse files Browse the repository at this point in the history
Closes #45510
  • Loading branch information
rafaelfranca authored Jul 4, 2022
1 parent cb02e3f commit e366207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e366207

Please # to comment.