From 2d12b4d0bab04e47fa72d08ba879eb6676aba960 Mon Sep 17 00:00:00 2001 From: Ruben Bermudez Date: Sun, 28 Jun 2015 12:20:12 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e2d8f25..c56abee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Telegram Bot Java Library A simple to use library to create Telegram Bots in Java (Still Beta Version) +## Contributions +Feel free to fork this project, work on it and then make a pull request. Most of the times I will accept them if they add something valuable to the code. + +Please, **DO NOT PUSH ANY TOKEN OR API KEY**, I will never accept a pull request with that content. + ## Webhooks vs GetUpdates Both ways are supported (but I still didn't tested webhooks). To change between them, just go to *BuildVars.java* and change variable *useWebHook* value.