Skip to content

Commit ccf80d2

Browse files
committed
fix(docs): Update vercel deployment instructions based on PR review feedback
Signed-off-by: Vadim Aleksandrov <[email protected]>
1 parent aa51c7c commit ccf80d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Vercel is the recommended option for hosting the files since it is **free** and
211211
10. Visit the Vercel dashboard at <https://vercel.com/dashboard> and select your project. Then, click on **"Settings"** and choose **"Environment Variables"**.
212212
11. Add a new environment variable with the key `TOKEN` and the value as the token you generated in step 9, then save your changes
213213
12. (Optional) You can also set the `WHITELIST` environment variable to restrict which GitHub usernames can be accessed through the service. Provide the usernames as a comma-separated list, for example: `user1,user2,user3`. If the variable is not set, information can be requested for any GitHub user.
214-
13. To apply the new environment variable, you need to redeploy the app. Run `vercel --prod` to deploy the app to production.
214+
13. To apply the new environment variable(s), you need to redeploy the app. Run `vercel --prod` to deploy the app to production.
215215

216216
![image](https://user-images.githubusercontent.com/20955511/209588756-8bf5b0cd-9aa6-41e8-909c-97bf41e525b3.png)
217217

0 commit comments

Comments
 (0)