Skip to content

Commit

Permalink
Fixed typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kfitzgerald committed Jan 7, 2020
1 parent 3908154 commit 1ebeaed
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 @@ -54,8 +54,7 @@ Returns `Promise<array>`, where each row is mapped to an object using the output
### `service.namedQuery(name, options={})`
Executes a new query.

- `db` - The name of the database to query against
- `query` – The SQL query body
- `name` - The name stored query to run
- `options` - (optional) Query options. Defaults to `{}`
- `options.scheduledTime` – (optional) The scheduled time the job will execute using. Defaults to `Date.now`.

Expand Down Expand Up @@ -140,6 +139,7 @@ npm run report
```

This will perform:

* Unit tests
* Code coverage report
* Code linting
Expand Down

0 comments on commit 1ebeaed

Please sign in to comment.