diff --git a/README.md b/README.md
index f6dc17a9fdbd1a295106421d7c8381dcdfa767fa..c5a9fe047333f5c303dd5d290867efec6041179f 100644
--- a/README.md
+++ b/README.md
@@ -167,6 +167,8 @@ replacing `<add-your-branch-name>` with the name of the branch you created earli
   remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
   fatal: Authentication failed for 'https://github.com/<your-username>/first-contributions.git/'</pre>  
    Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account.
+   
+   OR you can go [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) for *'Creating a Personal Access Token'* which needs to be used in place of the *password* while pushing the branch in the password prompt.
 
 </details>