From 3788f8bb6ae1128762b0e33b9398b2a2e9548325 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 21 Mar 2022 23:04:18 +0600 Subject: [PATCH] Update examples/README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index a34317ce..0bcf4a78 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,7 @@ # Usage ``` -$ RUST_LOF=info cargo run --features="full" --example +$ RUST_LOG=info cargo run --features="full" --example ``` Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable.