diff --git a/README.md b/README.md
index 8f25179..fa64d0d 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
-
< Insert Project Title Here >
- < Insert Project Description Here >
+ GDSC Official Website
+ www.dscvit.com
---
@@ -14,47 +14,50 @@
[![UI ](https://img.shields.io/badge/User%20Interface-Link%20to%20UI-orange?style=flat-square&logo=appveyor)](INSERT_UI_LINK_HERE)
-## Features
-- [ ] < feature >
-- [ ] < feature >
-- [ ] < feature >
-- [ ] < feature >
-
-
-
-## Dependencies
- - < dependency >
- - < dependency >
-
-
-## Running
-
-
-< directions to install >
-```bash
-< insert code >
-```
-
-< directions to execute >
-
-```bash
-< insert code >
-```
+## How to update your team page card
+If you want to update your photo, or add social links to your card:
+1. Update your photo at `/web/public/team`. Please keep the same name and extension!
+2. Update your socials at `/web/content/team_members_[domain].json`. Here's the format:
+ ```json
+ {
+ "name": "John Doe",
+ "position": "Technical Lead",
+ "img": "/team/board/doe.webp",
+ "link":"https://example.com/",
+ "github":"https://github.com/example",
+ "linkedin":"https://www.linkedin.com/in/example/"
+ },
+ ```
+3. Make a PR and wait for us to merge it.
## Contributors