From 04800724cd0438c839d2186ba29ec8af26a0b308 Mon Sep 17 00:00:00 2001 From: Yusuf Yilmaz Date: Mon, 16 Jan 2023 14:40:21 +0100 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 245c10b..ab6d7d0 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ export VARIABLE="value" ### Authentication -If you are using default `HASTE_SERVER`, you need to have an authentication token. +If you are using default `HASTE_SERVER`, you need to have an GitHub authentication token. You can get the information about authentication and how to generate token here. `https://www.toptal.com/developers/hastebin/documentation` -After you have generated your token, you should add the token to your ~.bash_profile: +After you have generated your token, you should add it to your ~.bash_profile: ```bash export HASTE_SERVER_TOKEN="mytoken"