From 7c4a4a8bdbf6cd07660c8a18b050fb424ba9007c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20K=C4=B1l=C4=B1=C3=A7?= <113848982+bkilic11@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:28:55 +0300 Subject: [PATCH] Update README.md Under the Installation heading, css and javascript locations were changed because they were written incorrectly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6f4f4b8..37235a3d 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ To use Tribute within a Rails project, you can add the following to the app's Ge Then, add the following to `app/assets/javascripts/application.js`: ```js -*= require tribute +//= require tribute ``` And in `app/assets/stylesheets/application.css`: ```css -//= require tribute +*= require tribute ``` ### Webpack