mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update README.md
This commit is contained in:
parent
ca66fd161f
commit
cfd1170c37
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ Our [finite automaton](https://en.wikipedia.org/wiki/Finite-state_machine), desi
|
|||
}
|
||||
```
|
||||
|
||||
The second one produces very strange compiler messages because of the `#[tokio::main]` macro. The examples in this README use the first one for brevity.
|
||||
The second one produces very strange compiler messages because of the `#[tokio::main]` macro. However, the examples in this README use the second variant for brevity.
|
||||
|
||||
## Contributing
|
||||
See [CONRIBUTING.md](https://github.com/teloxide/teloxide/blob/dev/CONTRIBUTING.md).
|
||||
|
|
Loading…
Add table
Reference in a new issue