diff --git a/index.html b/index.html index 74401a4..c8cdc55 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 2KAbhishek's Projects + Uma's Projects
-

All Of My Projects

+

Uma Projects

Some useful, some stupid, all fun!
diff --git a/script.js b/script.js index 7218763..ba96720 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2KAbhishek'; +const username = 'umastotra'; const maxPages = 3; const hideForks = true; const repoList = document.querySelector('.repo-list');