From 50d62b1fcdd3f6fb7d14c08b9bfced84747ce912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=93=20hAodha?= Date: Sat, 8 Jul 2023 21:07:39 +0100 Subject: [PATCH] change readme phrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 955fcf3..b4e4eb6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You will also need to know to your **Discord token**. The steps to find this can git clone https://github.com/0hAodha/purge_discord ``` 2. Navigate to the newly created `purge_discord` directory on your machine. -3. Edit the `.env` file and replace the `DISCORD_TOKEN` placeholder value with your actual Discord token. It should look something like the following: +3. Edit the `.env` file with your text editor of choice and replace the placeholder value of the `DISCORD_TOKEN` variable with your actual Discord token. It should look something like the following: ```dotenv DISCORD_TOKEN=AAAAAAAAAAAAAAAAAAAAAAAAAA.BBBBBB.CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC ```