From e82cbfd416f7eeaeb2a723b5aa8e1615b964bbdb Mon Sep 17 00:00:00 2001 From: Muiz Haruna Date: Mon, 29 Jul 2024 08:20:37 +0100 Subject: [PATCH] update: Updated example in using the same vocabulary for the same type of variable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1159781..8086b6af 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ getCustomerRecord(); ```javascript getUser(); +getClient(); +getCustomer(); ``` **[⬆ back to top](#table-of-contents)**