Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryan Ebrahimpour <aryanebrahimpour@gmail.com>2018-10-29 10:33:39 +0300
committerGitHub <noreply@github.com>2018-10-29 10:33:39 +0300
commite4eef058bb4662a9c5f2d1c79a2d70acf83abb9b (patch)
treea5c30e5a60733b44a0a7a851ab0131e627e3828c /README.md
parentad16fce36429f2cb638bb170c7772fc842716c61 (diff)
Restructure 3rd party section
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 89b0df0..67ae38e 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@
* [Setup](#setup)
* [API](#api)
* [Integrate with ShareX](#sharex)
+* [3rd Party API Packages](#3rd-party-api-packages)
* [Contributing](#contributing)
## Key Features
@@ -109,14 +110,14 @@ Body (or query for GET request)
* `id`: ID of the shortened URL.
* `domain` (optional): Required if a custom domain is used for short URL.
-### 3rd Party API packages
-| Language | Link | Description |
-|-----------|------------------------------------------------------------|---------------------------------------------------|
-| C# (.NET) | [Nuget Package](https://www.nuget.org/packages/KuttSharp/) | Unofficial .NET package for Kutt.it url shortener |
-
## ShareX
You can use Kutt as your default URL shortener in [ShareX](https://getsharex.com/). Please refer to our [ShareX wiki](https://github.com/thedevs-network/kutt/wiki/ShareX) for more informations.
+## 3rd Party API packages
+| Language | Link | Description |
+|-----------|------------------------------------------------------------|---------------------------------------------------|
+| C# (.NET) | [KuttSharp](https://github.com/0xaryan/KuttSharp) | Unofficial .NET package for Kutt.it url shortener |
+
## Contributing
Pull requests are welcome. You'll probably find lots of improvements to be made.