From 93afb0b611fb642d7d2831a209912455ec858fd0 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Thu, 20 Feb 2020 03:22:32 +0600 Subject: [PATCH] Fix a typo (TELOXITE_TOKEN -> TELOXIDE_TOKEN) --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: