From a8fbee59147a79f44996267f1ac2ce22d5f31da4 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Sat, 12 Mar 2022 14:36:31 +0600 Subject: [PATCH] Simplify the example usage guide --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index c3081bfc..09841a1c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,7 @@ # Usage ``` -$ cargo run --example --features="" +$ cargo run --features="full" --example ``` Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable.