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