From 1b6001c03a5368d76658d33deb4ffaedc493becb Mon Sep 17 00:00:00 2001 From: Shane Qi Date: Sat, 22 Jul 2017 21:13:35 -0500 Subject: [PATCH] Updated README.md. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ebd28df..0cceafe 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,12 @@ This library wraps the JSON decoding processing, making it easy to decode incomi This library wraps the processing of converting objects to Telegram Bot API request parameters and the processing of performing request, making it easy to handle incoming update. -**This is a server-side swift library powered by [Perfect](https://github.com/PerfectlySoft/Perfect). -Which will help you build your own Perfect Telegram Bot!** - ## Installation Add this project as a dependency in your Package.swift file. ```swift -.Package(url: "https://github.com/ShaneQi/ZEGBot.git", versions: Version(0,0,0)..