mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix a typo (TELOXITE_TOKEN -> TELOXIDE_TOKEN)
This commit is contained in:
parent
8d8ece7527
commit
93afb0b611
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
$ export TELOXIDE_TOKEN=<Your token here>
|
||||
|
||||
# Windows
|
||||
$ set TELOXITE_TOKEN=<Your token here>
|
||||
$ set TELOXIDE_TOKEN=<Your token here>
|
||||
```
|
||||
3. Be sure that you are up to date:
|
||||
```bash
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
//! $ export TELOXIDE_TOKEN=<Your token here>
|
||||
//!
|
||||
//! # Windows
|
||||
//! $ set TELOXITE_TOKEN=<Your token here>
|
||||
//! $ set TELOXIDE_TOKEN=<Your token here>
|
||||
//! ```
|
||||
//!
|
||||
//! 3. Be sure that you are up to date:
|
||||
|
|
Loading…
Reference in a new issue