From 106b3ee5b52bb981f616d15e7dbc5fdad578d6a0 Mon Sep 17 00:00:00 2001 From: gimlet2 Date: Tue, 25 Aug 2020 00:03:12 +0200 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffb452c..b886c31 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # kottpd -Kottpd - REST framework written in pure Kotlin. It is avaliable from maven central repository. It supports plain HTTP and secured HTTPs. +Kottpd - REST framework written in pure Kotlin. It is available from maven central repository. It supports plain HTTP and secured HTTPs. ``` xml com.github.gimlet2 kottpd - 0.1.3 + 0.2.0 ```