From c2a61b5ca4b9dbb97614023200c768b27e6febee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Prod=27homme?= Date: Sat, 28 Mar 2020 13:44:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2854c28..a0c31df 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Inside of `config/webpacker.yml`, you must set `extract_css: true` default is `f You have to add these two lines to your `application` layout in order to compile it. ```ruby -<%= stylesheet_pack_tag 'application' %> +<%= stylesheet_pack_tag 'application' %> <%= javascript_pack_tag 'application' %> ```