Skip to content

Commit 8f412a8

Browse files
committed
fix: readme
1 parent 21b37b8 commit 8f412a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ composer require hjbdev/cs-log-parser-php
1818
## Usage
1919

2020
```php
21-
use CSLog\CSGO\Patterns;
21+
use CSLog\CS2\Patterns;
2222

2323
$model = Patterns::match($log);
2424
```
@@ -37,7 +37,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
3737

3838
- [Harry (hjbdev)](https://github.com/hjbdev)
3939
- [All Contributors](../../contributors)
40-
- [eBot](https://github.com/deStrO/eBot-CSGO) (for Global Offensive regex patterns)
40+
- [eBot](https://github.com/deStrO/eBot-CSGO) (for some of the original Global Offensive patterns, which I have updated and refined for CS2)
4141

4242
## License
4343

0 commit comments

Comments
 (0)