Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-19 06:55:41 +06:00 committed by GitHub
parent 7b9dacce7b
commit 38b053cf36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,7 +305,7 @@ The second one produces very strange compiler messages because of the `#[tokio::
### Where I can ask questions?
[Issues](https://github.com/teloxide/teloxide/issues) is a good place for well-formed questions, for example, about the library design, enhancements, bug reports. But if you can't compile your bot due to compilation errors and need a quick help, feel free to ask in our official group: https://t.me/teloxide.
## Why Rust?
### Why Rust?
Most programming languages have their own implementations of Telegram bots frameworks, so why not Rust? We think Rust provides enough good ecosystem and the language itself to be suitable for writing bots.
## Contributing