Skip to content

Commit

Permalink
hotfix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerrill6 committed Mar 28, 2019
1 parent 9c90e99 commit 5ac6a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For example with the knex connector:

```javascript
// cats-connection.js
import { knexPaginator as paginate } from 'apollo-cursor-pagination/orm-connectors/knex';
import { knexPaginator as paginate } from 'apollo-cursor-pagination';
import knex from '../../../db'; // Or instantiate a connection here

export default async (_, args) => {
Expand Down

0 comments on commit 5ac6a2d

Please sign in to comment.