diff --git a/index.js b/index.js
index a3fa600..195e685 100755
--- a/index.js
+++ b/index.js
@@ -162,9 +162,9 @@ async function TeamMembers(){
async function History(){
section.innerHTML = `
History
- It's time to make history by winning Local Hack Day: Share together!
+ It's time to make history by winning INIT 2022 together!
- Find below some of the historical hackathon prizes our MELONsquad members have won... this is why we will be the best squad at LHD: Share!
+ Find below some of the historical hackathon prizes our MELONsquad members have won... this is why we will be the best squad at INIT 2022!
`
hHistory = await HackathonHistory();
section.innerHTML += hHistory;
@@ -448,4 +448,4 @@ async function HackathonHistory(){
function Links(){
-}
\ No newline at end of file
+}