We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf97788 commit 046af60Copy full SHA for 046af60
1 file changed
readme.md
@@ -27,7 +27,7 @@ if ($doc->load($css) {
27
$doc->minify();
28
29
// compile back to CSS
30
- echo $doc->compiile();
+ echo $doc->compile();
31
}
32
```
33
@@ -52,7 +52,7 @@ CSSdoc requires [\hexydec\token\tokenise](https://github.com/hexydec/tokenise) t
52
53
## Support
54
55
-CSSdoc supports PHP version 7.3+.
+CSSdoc supports PHP version 7.4+.
56
57
## Contributing
58
0 commit comments