Skip to content

Commit 74f21c9

Browse files
committed
Fixed Readme: dependency change
1 parent a9577ac commit 74f21c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Parser for CSS Files written in PHP. Allows extraction of CSS files into a dat
77

88
### Installation
99

10-
Include the `CSSParser.php` file somewhere in your code using `require_once` (or `include_once`, if you prefer), it does not have any other dependencies.
10+
Include the `CSSParser.php` file somewhere in your code using `require_once` (or `include_once`, if you prefer), the given `lib` folder needs to exist next to the file.
1111

1212
### Extraction
1313

0 commit comments

Comments
 (0)