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 21b37b8 commit 8f412a8Copy full SHA for 8f412a8
README.md
@@ -18,7 +18,7 @@ composer require hjbdev/cs-log-parser-php
18
## Usage
19
20
```php
21
-use CSLog\CSGO\Patterns;
+use CSLog\CS2\Patterns;
22
23
$model = Patterns::match($log);
24
```
@@ -37,7 +37,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
37
38
- [Harry (hjbdev)](https://github.com/hjbdev)
39
- [All Contributors](../../contributors)
40
-- [eBot](https://github.com/deStrO/eBot-CSGO) (for Global Offensive regex patterns)
+- [eBot](https://github.com/deStrO/eBot-CSGO) (for some of the original Global Offensive patterns, which I have updated and refined for CS2)
41
42
## License
43
0 commit comments