Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down Expand Up @@ -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"
}
```
```