diff --git a/index.html b/index.html index 8131bc5..3c55fdd 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 2KAbhishek's Projects + Dohvakin's Projects diff --git a/script.js b/script.js index 785110a..a905ff3 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2KAbhishek'; +const username = 'Dohvakin'; const maxPages = 2; const hideForks = true; const repoList = document.querySelector('.repo-list');