From 6b48fd8a545d243fc9dc8423155de2b3cdf910fc Mon Sep 17 00:00:00 2001 From: James Fenn Date: Mon, 18 May 2020 23:56:06 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce80ebf..ae8eea8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -# Git-REST API Wrapper -[![](https://img.shields.io/npm/v/git-rest-wrapper?color=red&logo=npm)](https://www.npmjs.com/package/git-rest-wrapper) -[![Discord](https://img.shields.io/discord/514625116706177035.svg?logo=discord&colorB=7289da)](https://discord.jfenn.me/) ---- +Git-REST API Wrapper [![NPM](https://img.shields.io/npm/v/git-rest-wrapper?color=red&logo=npm)](https://www.npmjs.com/package/git-rest-wrapper) [![Discord](https://img.shields.io/discord/514625116706177035.svg?logo=discord&colorB=7289da)](https://discord.jfenn.me/) +===== This is a cross-platform API wrapper for GitHub, GitLab, and Gitea, in an attempt to normalize their API endpoints and promote interoperability. It is being written in [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html) with [ktor](https://ktor.io/), and aims to target the JVM, Android, JS, and native platforms - in other words, (almost) everything that ktor supports. -- GitLab