Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hjbdev committed Oct 4, 2023
1 parent 21b37b8 commit 8f412a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ composer require hjbdev/cs-log-parser-php
## Usage

```php
use CSLog\CSGO\Patterns;
use CSLog\CS2\Patterns;

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

- [Harry (hjbdev)](https://github.com/hjbdev)
- [All Contributors](../../contributors)
- [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)

## License

Expand Down

0 comments on commit 8f412a8

Please sign in to comment.