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)..