Skip to content

Commit

Permalink
doc: fix syntax errors in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Apr 20, 2021
1 parent d5a067c commit 422dd74
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -123,7 +123,7 @@ Takes an Events Array, spits out pretty markdown.
* `title` (string, required): A string to be used as the title of your Markdown document.

```js
const { filterPublicGitHubEvents, getMarkdownFromEvents getPublicGitHubEvents } = require('encites')
const { filterPublicGitHubEvents, getMarkdownFromEvents, getPublicGitHubEvents } = require('encites')

// the users we're getting data for
const users = ['bnb']
Expand Down

0 comments on commit 422dd74

Please sign in to comment.