mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-25 08:02:06 +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>
|
$ export TELOXIDE_TOKEN=<Your token here>
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
$ set TELOXITE_TOKEN=<Your token here>
|
$ set TELOXIDE_TOKEN=<Your token here>
|
||||||
```
|
```
|
||||||
3. Be sure that you are up to date:
|
3. Be sure that you are up to date:
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
//! $ export TELOXIDE_TOKEN=<Your token here>
|
//! $ export TELOXIDE_TOKEN=<Your token here>
|
||||||
//!
|
//!
|
||||||
//! # Windows
|
//! # Windows
|
||||||
//! $ set TELOXITE_TOKEN=<Your token here>
|
//! $ set TELOXIDE_TOKEN=<Your token here>
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! 3. Be sure that you are up to date:
|
//! 3. Be sure that you are up to date:
|
||||||
|
|
Loading…
Add table
Reference in a new issue