diff --git a/README.md b/README.md index fe1d20f0..5c6908c1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ export TELOXIDE_TOKEN= # Windows -$ set TELOXITE_TOKEN= +$ set TELOXIDE_TOKEN= ``` 3. Be sure that you are up to date: ```bash diff --git a/src/lib.rs b/src/lib.rs index 81da243e..ee654177 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,7 @@ //! $ export TELOXIDE_TOKEN= //! //! # Windows -//! $ set TELOXITE_TOKEN= +//! $ set TELOXIDE_TOKEN= //! ``` //! //! 3. Be sure that you are up to date: