diff --git a/CFCoreAPI/CFCore.cs b/CFCoreAPI/CFCore.cs index 9909670..80c4cea 100644 --- a/CFCoreAPI/CFCore.cs +++ b/CFCoreAPI/CFCore.cs @@ -8,12 +8,12 @@ using CFCoreAPI.Endpoints.Mods; namespace CFCoreAPI { - public class CFCoreAPI + public class CFCore { private readonly string _apiKey; public HttpClient HttpClient { get; private set; } - public CFCoreAPI(string key) + public CFCore(string key) { this._apiKey = key; this.HttpClient = new HttpClient();