diff --git a/README.md b/README.md index 56547ba..2a20bc9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Query first page without any cursor ```typescript import { getConnection } from "typeorm"; +import { buildPaginator } from 'typeorm-cursor-pagination'; const queryBuilder = getConnection() .getRepository(User) diff --git a/tsconfig.json b/tsconfig.json index 17afd32..94ad1c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,5 @@ }, "include": [ "./src/**/*", - "./test/**/*" ] } \ No newline at end of file