From 7aeb918b4f33ce73d76d708b8388a47a5c602f9e Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Mon, 31 Oct 2016 12:04:45 +0200 Subject: [PATCH] Fix typos --- HOWTO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HOWTO.md b/HOWTO.md index b2721ffa..cd3721ce 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -1,7 +1,7 @@ So, you just wanna program your own Telegram bot with @rubenlagus library TelegramBots? Then I'm going to show you how to start ;) ##### Table of Contents -[Preperations](#preperations) +[Preparations](#preparations) [Let's code!](#lets_code) [FAQ](#faq)       1. [How to get picture?](#question_how_to_get_picture) @@ -11,8 +11,8 @@ So, you just wanna program your own Telegram bot with @rubenlagus library Telegr - -## Preperations + +## Preparations First you need to download the latest .jar from the Release site [here](https://github.com/rubenlagus/TelegramBots/releases). You can choose between Jar with or without dependencies. If you don't know which one to choose, we recommend to download the full jar with all dependencies ;) Next, you need to integrate it into your project. @@ -27,7 +27,7 @@ You can use it with Maven or Gradle directly from Central repository, just this org.telegram telegrambots - 2.4 + 2.4.0 ```