We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dd706 commit 8e2f8fbCopy full SHA for 8e2f8fb
README.md
@@ -5,7 +5,7 @@ Lightweight asset loader for CodeIgniter 4
5
6
1. Run: `> composer require tatter/assets`
7
2. Put CSS & JS files in: public/assets
8
-3. Add in <head></head>: `helper("tatter\assets"); css();`
+3. Add in head tag: `helper("tatter\assets"); css();`
9
4. Add to footer: `js();`
10
11
## Features
0 commit comments