From 1ba4d95821945bafa913c57bf62efde6dd6d2f3d Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Mon, 4 Jun 2018 17:52:14 -0600 Subject: [PATCH] Add info about LambdaConf 2018 workshop and contributing --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b2e85a9..68cdb2c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # telegram-bot-simple + Easy to use library for building Telegram bots in Haskell. + +_**Disclaimer:** this library is under development. +It is usable for most stuff, but is still far from a stable release._ + +## LambdaConf 2018 workshop + +This library was featured in a [LambdaConf 2018 workshop](https://lambdaconf2018.dryfta.com/en/program-schedule/program/32/building-a-telegram-bot-in-haskell). +The supplementary materials for the workshop is available at https://github.com/fizruk/lambdaconf-2018-workshop. + +## Contributing + +Contributions are welcome! +Feel free to ping me on GitHub, file an issue or submit a PR :) + +_Nick_