From 8f412a8e44ff5aca6a3e02a084b41dd0c6e15b8c Mon Sep 17 00:00:00 2001 From: "Harry (hjbdev)" Date: Wed, 4 Oct 2023 17:21:01 +0100 Subject: [PATCH] fix: readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1430627..46e0884 100644 --- a/README.md +++ b/README.md @@ -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); ``` @@ -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