diff --git a/README.md b/README.md index edf44f8..86ba10f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,12 @@

A simple, but extensible Python implementation for the [Telegram Bot API](https://core.telegram.org/bots/api). +

[![Download Month](https://img.shields.io/pypi/v/pyTelegramBotAPI.svg)](https://pypi.python.org/pypi/pyTelegramBotAPI) +

[![Build Status](https://travis-ci.org/eternnoir/pyTelegramBotAPI.svg?branch=master)](https://travis-ci.org/eternnoir/pyTelegramBotAPI) +

[![Download Month](https://img.shields.io/pypi/dm/pyTelegramBotAPI.svg)](https://pypi.python.org/pypi/pyTelegramBotAPI) + * [Getting started.](#getting-started) * [Writing your first bot](#writing-your-first-bot) * [Prerequisites](#prerequisites)