Update examples/README.md

This commit is contained in:
Hirrolot 2022-03-21 23:04:18 +06:00 committed by GitHub
parent 22e5165f89
commit 3788f8bb6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Usage # Usage
``` ```
$ RUST_LOF=info cargo run --features="full" --example <example-name> $ RUST_LOG=info cargo run --features="full" --example <example-name>
``` ```
Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable. Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable.