From 1dd2f8ffc5e9727fb86b4d90103ddd75d5ee1998 Mon Sep 17 00:00:00 2001 From: Mahmudul Hassan Date: Thu, 19 Oct 2023 15:39:45 +0200 Subject: [PATCH] update readme doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dda62ec..4870d0e 100644 --- a/README.md +++ b/README.md @@ -179,10 +179,10 @@ The project is structured as follows: ```json [ { - "test_case_id": "TC-1", - "test_case_description": "Successful user creation", - "first_name": "Tahanima", - "last_name": "Chowdhury" + "testCaseId": "TC-1", + "testCaseDescription": "Successful user creation", + "firstName": "Tahanima", + "lastName": "Chowdhury" } ] ```