From 6b5d0a2228e3f846d6dba8f41a743eff51a981ff Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 9 Mar 2022 21:16:25 +0000 Subject: [PATCH] chore: update readme with correct example --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 9b12b7c..4739cb5 100644 --- a/readme.md +++ b/readme.md @@ -13,9 +13,8 @@ async function main() { await client.init(); console.log( await client.getBehaviour({ - displayDate: "due_date", - fromDate: "20/01/2000", - toDate: "01/02/2000", + from: "2020-12-23", + to: "2022-03-09", }) ); console.log(await client.getActivity());