You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,11 +142,13 @@ You usually won't be able to layout the images side by side to do that you can u
142
142
143
143
## Deploy on your own Vercel instance
144
144
145
-
Since 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 thats why if you want to host it on your own vercel server then you don't have to worry about anything. click on the deploy button to get started
145
+
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!
146
146
147
147
[](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats)
148
148
149
-
### Guide on setting up Vercel
149
+
<details>
150
+
<summary>Guide on setting up Vercel</summary>
151
+
150
152
1. Go to [vercel.com](https://vercel.com/)
151
153
1. Click on `Log in`
152
154

@@ -155,13 +157,14 @@ Since Github API only allows 5k requests per hour it is possible that my `https:
155
157
1. Sign into GitHub and allow access to all repositories, if prompted
156
158
1. Fork this repo
157
159
1. Go back to your [Vercel dashboard](https://vercel.com/dashboard)
158
-
1. Select `Import project`
160
+
1. Select `Import Project`
159
161

160
162
1. Select `Import Git Repository`
161
163

162
-
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, can be anything you want.)
164
+
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)
163
165

164
166
1. Click deploy, and you're good to go. See your domains to use the API!
0 commit comments