We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be7b3a commit 13b2827Copy full SHA for 13b2827
README.md
@@ -11,14 +11,14 @@ Embed GitHub contribution graphs on any website.
11
12
## Demo
13
14
-**Live:** https://inspiring-gaufre-e45638.netlify.app
+**Live:** https://github-contribution-graph.netlify.app
15
16
## Quick Start
17
18
```html
19
-<link rel="stylesheet" href="https://inspiring-gaufre-e45638.netlify.app/assets/css/gh.css">
+<link rel="stylesheet" href="https://github-contribution-graph.netlify.app/assets/css/gh.css">
20
<div id="gh" data-login="YOUR_GITHUB_USERNAME"></div>
21
-<script src="https://inspiring-gaufre-e45638.netlify.app/assets/js/gh.js"></script>
+<script src="https://github-contribution-graph.netlify.app/assets/js/gh.js"></script>
22
```
23
24
## Self-Hosting
0 commit comments