Skip to content

Commit 046af60

Browse files
committed
Fixed errors in readme.md.
1 parent bf97788 commit 046af60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if ($doc->load($css) {
2727
$doc->minify();
2828

2929
// compile back to CSS
30-
echo $doc->compiile();
30+
echo $doc->compile();
3131
}
3232
```
3333

@@ -52,7 +52,7 @@ CSSdoc requires [\hexydec\token\tokenise](https://github.com/hexydec/tokenise) t
5252

5353
## Support
5454

55-
CSSdoc supports PHP version 7.3+.
55+
CSSdoc supports PHP version 7.4+.
5656

5757
## Contributing
5858

0 commit comments

Comments
 (0)