From 4e53db9ff39579ecaab2c7c132a71440ecd82954 Mon Sep 17 00:00:00 2001
From: Aashirwad Jain <aashirwad2001jain@gmail.com>
Date: Tue, 26 Nov 2024 15:09:49 +0530
Subject: [PATCH] chore: bulk user import module `README.md` update

---
 examples/bulk_users_import/README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/examples/bulk_users_import/README.md b/examples/bulk_users_import/README.md
index ce20903bc..418b22140 100644
--- a/examples/bulk_users_import/README.md
+++ b/examples/bulk_users_import/README.md
@@ -12,9 +12,11 @@ This is specifically useful in cases where a huge number of users were created i
 
 
 #### Arguments
---groupId <groupId>: The ID of the group to which the users will be imported. This is a required flag.
---apiKey <apiKey>: The User API key used for authentication. This is an optional flag, and can only be skipped if your environment has a `NEW_RELIC_API_KEY` that can be defaulted to.
---filePath <filePath>: The path to the file containing the user data to be imported. This is a required flag.
+`--groupId`: The ID of the group to which the users will be imported. This is a required flag.
+
+`--apiKey`: The User API key used for authentication. This is an optional flag, and can only be skipped if your environment has a `NEW_RELIC_API_KEY` that can be defaulted to.
+
+`--filePath`: The path to the file containing the user data to be imported. This is a required flag.
 
 #### Example Usage
 ```sh