diff --git a/LICENSE b/LICENSE index f89bb47..7ea1c37 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Vasily Heartfelt +Copyright (c) 2021-2026 hyperplural Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0d7fadc..e023f03 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ $clan = $client->clan()->members('ClanName'); $missions = $client->game()->missions(); // Ratings -$monthly = $client->rating()->monthly('', RatingLeague::ELITE()); -$top100 = $client->rating()->top100(GameClass::MEDIC()); +$monthly = $client->rating()->monthly('', RatingLeague::ELITE); +$top100 = $client->rating()->top100(GameClass::MEDIC); ``` ## Custom HTTP client