Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Aug 8, 2023
1 parent f19e50f commit ad7aba1
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 @@ -44,7 +44,7 @@ try {
## Custom Factories
A factory is a user implemented object which must expose the following three methods:

### create(pool) : Promise<T>
### create(pool: Pool) : Promise<T>
Must yield a new resource or reject if the resource could not be created.

### validate(resource: T) : Promise<void>
Expand Down

0 comments on commit ad7aba1

Please sign in to comment.