diff --git a/README.md b/README.md
index 12e81bb..9dd6703 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,4 @@ The Web Page is live at - [Freshers-NameCards](https://cops-freshers.netlify.app
- Include your image in the images directory (you'll find this is the public folder) of the cloned repository (Image size should not exceed 1 MB)
- Inside the utils folder, you'll find a file named `contributers.js` , which contains a CONTRIBUTERS array consisting of 2 sample templates. Copy the first template and add it to the end of the array after filling in your details (Don't forget to link your github profile).
-- You DO NOT have to change any of the pre-existing files or code, you just need to add your details at the end of the array.
\ No newline at end of file
+- You DO NOT have to change any of the pre-existing files or code, you just need to add your details at the end of the array.
diff --git a/utils/contributors.js b/utils/contributors.js
index 6aa5c67..4fbdf66 100644
--- a/utils/contributors.js
+++ b/utils/contributors.js
@@ -8,8 +8,8 @@ const CONTRIBUTERS = [
},
// Start adding your data below
{
- handle_name: 'eshaanagg',
- name: "Eshaan Aggarwal",
+ handle_name: 'chaoticsoul2004',
+ name: "Mayank Agrawal",
image: "/images/eshaanagg.jpg",
description: `
@@ -31,7 +31,7 @@ const CONTRIBUTERS = [
`,
- github: "https://github.com/eshaanagg",
+ github: "https://github.com/chaoticsoul2004",
}
];