From 7b7a1097dc9adceab3cf629273bb3bdbc9ad58e1 Mon Sep 17 00:00:00 2001 From: Tayfun Bocek Date: Wed, 13 Mar 2024 00:28:14 +0300 Subject: [PATCH] Fix incorrect markdown. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0bd4f60..b63456f 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ Example for creating a client and sending a request to check the accounts curren > **_NOTE:_** For an implementation example in an application such as a discord bot, feel free to check out the [examples](examples/README.md). ### Contribution: - The library does cover all API paths, however, there are a few small things missing. - - Setting a wallpaper for a server. (This is only doable if you have reseller access) - - Tasks are not stored in the instance of a server, said tasks are only returned by `/server/getInfo/`. - - The ease of use of the library might be lacking for various use cases such as hosting a reseller website. +The library does cover all API paths, however, there are a few small things missing. +- Setting a wallpaper for a server. (This is only doable if you have reseller access) +- Tasks are not stored in the instance of a server, said tasks are only returned by `/server/getInfo/`. +- The ease of use of the library might be lacking for various use cases such as hosting a reseller website. - For non-breaking and/or small changes feel free to create a PR. If not create an issue so a solution can be discussed. +For non-breaking and/or small changes feel free to create a PR. If not create an issue so a solution can be discussed.