From 799a8c1e22a3389a85c11e2206809db4d7daa02e Mon Sep 17 00:00:00 2001 From: Patricia Gonzalez Date: Mon, 1 Feb 2021 09:35:32 +0100 Subject: [PATCH] docs: fix CONTRIBUTING.md (#848) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3d5119..bb1d6aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ _(make sure you already have a [vercel](https://vercel.com/) account)_ 1. Fork the repository and clone the code to your local machine 1. Run the command "vercel" in the root and follow the steps there 1. Create a `.env` file in the root of the directory -1. In the .env file add a new variable named "PAT" with your [github Personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) +1. In the .env file add a new variable named "PAT_1" with your [github Personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) 1. Run the command "vercel dev" to start a development server at https://localhost:3000 ## Themes Contribution