From 58173411c03abbafeebd4efb68ceba53bc7a34ee Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Mon, 27 Sep 2021 17:10:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92e79ce..5b8391d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A utility in the pursuit of building megafiles. It will retrun a deduped array o ```js const { dedupeLocalEventsFilesInDirectory } = require('encites') -const directory = './data/` +const directory = './data/' // get all data, deduped, from your data directory const dedupedData = await dedupeLocalEventsFilesInDirectory(`${directory}`) @@ -266,4 +266,4 @@ An event object has a relatively specific structure. This structure is based on "date": "2021-03-11T16:27:38Z", "action": "opened" } -``` \ No newline at end of file +```