From cb3d9f48689e47fbbeca5a482858cb59a98d4261 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 26 May 2020 02:53:12 +0600 Subject: [PATCH] Unix -> Unix-like (README.md) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d5f37e..7b9cf8ee 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Define a type-safe 1. Create a new bot using [@Botfather](https://t.me/botfather) to get a token in the format `123456789:blablabla`. 2. Initialise the `TELOXIDE_TOKEN` environmental variable to your token: ```bash -# Unix +# Unix-like $ export TELOXIDE_TOKEN= # Windows