Skip to content

Commit

Permalink
Fixed a typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kfitzgerald committed Aug 15, 2022
1 parent b3c4ba5 commit 7c59996
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 @@ -31,7 +31,7 @@ const { PostgresService } = require('okanjo-app-pg');
## Properties
* `service.app` – (read-only) The OkanjoApp instance provided when constructed
* `service.config` – (read-only) The Postgres service configuration provided when constructed
* `service.pool` – (read-only) The underlying [postgres) connection pool](https://node-postgres.com/features/pooling
* `service.pool` – (read-only) The underlying [postgres connection pool](https://node-postgres.com/features/pooling)

## Methods

Expand Down

0 comments on commit 7c59996

Please sign in to comment.