diff --git a/index.html b/index.html
index 9fd8630..4b4c00f 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
-
2KAbhishek's Projects
+ John O'Reilly's Projects
diff --git a/script.js b/script.js
index a6cfcde..526b9d7 100644
--- a/script.js
+++ b/script.js
@@ -1,4 +1,4 @@
-const username = '2kabhishek';
+const username = 'joreilly';
const maxPages = 2;
const repoList = document.querySelector('.repo-list');
const reposSection = document.querySelector('.repos');