From 0ea26681761e55d9489159210033e050ea5f8d81 Mon Sep 17 00:00:00 2001 From: anuraghazra Date: Thu, 16 Jul 2020 17:22:02 +0530 Subject: [PATCH] docs: updated vercel deploy docs --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 051b5af..6c482d2 100644 --- a/readme.md +++ b/readme.md @@ -146,6 +146,8 @@ You usually won't be able to layout the images side by side. To do that you can Since the GitHub API only allows 5k requests per hour, it is possible that my `https://github-readme-stats.vercel.app/api` could hit the rate limiter. If you host it on your own Vercel server, then you don't have to worry about anything. Click on the deploy button to get started! +NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we should be able to handle more than 5k requests and have no issues with downtime :D + [![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats)
@@ -163,7 +165,7 @@ Since the GitHub API only allows 5k requests per hour, it is possible that my `h ![](https://files.catbox.moe/qckos0.png) 1. Select `Import Git Repository` ![](https://files.catbox.moe/pqub9q.png) -1. Select root and keep everything as is, just add your environment variable named GITHUB_TOKEN (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, it can be anything you want) +1. Select root and keep everything as is, just add your environment variable named PAT_1 (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, it can be anything you want) ![](https://files.catbox.moe/caem5b.png) 1. Click deploy, and you're good to go. See your domains to use the API!