From 1004703d7e185c13ae29b15e682185b27e3cbcb7 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 15:09:09 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c61cd6b..b8e875f 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', -- 2.26.2