From 421fb45904554959c42ea78f9e48e2185dec4cf8 Mon Sep 17 00:00:00 2001 From: Zakher Masri Date: Sun, 13 Mar 2022 03:02:49 +0300 Subject: [PATCH] updated readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index af69db8..299c8d5 100644 --- a/README.md +++ b/README.md @@ -39,43 +39,43 @@ let myContactInfo = { numbers: [ { label: "Work", - number: "050025505050", + text: "050025505050", }, { label: "Office", - number: "050025505050", + text: "050025505050", }, { label: "Fax", - number: "050025505050", + text: "050025505050", }, ], emails: [ { label: "Work", - email: "zmasri@sikka.io", + text: "zmasri@sikka.io", }, { label: "Office", - email: "zakhermasri@gmail.com", + text: "zakhermasri@gmail.com", }, { label: "Crypto", - email: "masrizakher@gmail.com", + text: "masrizakher@gmail.com", }, ], socials: [ { label: "Twitter", - link: "https://twitter.com/zaaakher", + text: "https://twitter.com/zaaakher", }, { label: "Instagram", - link: "https://instagram.com/zaaakher", + text: "https://instagram.com/zaaakher", }, { label: 'custom', - link: 'https://something.com' + text: 'https://something.com' } ], addresses: [