From 9bb586f56a8c86ab97493a407646b78ebee81051 Mon Sep 17 00:00:00 2001 From: RushiChaganti Date: Tue, 1 Oct 2024 00:26:40 +0530 Subject: [PATCH] modified readme and added zip_code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 986a9683d..2a552ee83 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ Each section has specific fields to fill out: - **country**: The country where you currently reside. - **city**: The city where you currently live. - **address**: Your full address, including street and number. + - **zip_code**: Your postal/ZIP code. - **phone_prefix**: The international dialing code for your phone number (e.g., +1 for the USA, +44 for the UK). - **phone**: Your phone number without the international prefix. - **email**: Your primary email address. @@ -275,6 +276,7 @@ Each section has specific fields to fill out: country: "USA" city: "New York" address: "123 Main St" + zip_code: "520123" phone_prefix: "+1" phone: "5551234567" email: "jane.doe@example.com"