diff --git a/README.md b/README.md index 0d8ece9..5e59b33 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,16 @@ In a Rails 4.2.x or 5 application: ``` +In a Rails 7 application with Propshaft: + +```html + + + + <%= raw Rails.application.assets.load_path.find('icons.svg').content %> + +``` + Or, with PHP: ```html