diff --git a/README.md b/README.md index 6134e5ca..e0de2a6c 100644 --- a/README.md +++ b/README.md @@ -757,6 +757,7 @@ The `DatabasePool` extends `DatabasePoolEventEmitter` and exposes the following ```ts import { createPool, + type DatabasePoolEventEmitter, } from 'slonik'; const pool = await createPool('postgres://localhost');