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 3f79d84 commit 02dd706Copy full SHA for 02dd706
README.md
@@ -3,10 +3,10 @@ Lightweight asset loader for CodeIgniter 4
3
4
## Quick Start
5
6
-Run: `> composer require tatter/assets`
7
-Put CSS & JS files in: public/assets
8
-Add in <head></head>: `helper("tatter\assets"); css();`
9
-Add to footer: `js();`
+1. Run: `> composer require tatter/assets`
+2. Put CSS & JS files in: public/assets
+3. Add in <head></head>: `helper("tatter\assets"); css();`
+4. Add to footer: `js();`
10
11
## Features
12
0 commit comments