diff --git a/README.md b/README.md index ff06378..65946cb 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,9 @@ $currentDate = $moment->format('y-m-d'); **Bad:** ```php getUserInfo(); -getClientData(); -getCustomerRecord(); +getUserData(); +getUserRecord(); +getUserProfile(); ``` **Good**: