diff --git a/README.md b/README.md index c61cd6b242f55264878ff08a5c37c5630118bd3e..b8e875fd211d1bf4435d2f2511ff48a23cb7ded3 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ ___ #### **`getDateOfBirth`** Get the date of birth. -On success, the callback function will be provided with a `res` object containing dob `value: string` (ISO timestamp), and `age: number` in years: +On success, the callback function will be provided with a `res` object containing dob `value: string` (ISO timestamp), and `age: number` (age in years): ```javascript { value: '1986-09-01T00:00:00.000-0400',