Skip to content

Commit 079579e

Browse files
committed
Add link to documentation on README page
1 parent 12354f3 commit 079579e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# ts-postgres
2-
31
![Build Status](https://github.com/malthe/ts-postgres/actions/workflows/main.yml/badge.svg)
42
<span class="badge-npmversion"><a href="https://npmjs.org/package/ts-postgres" title="View this project on NPM"><img src="https://img.shields.io/npm/v/ts-postgres.svg" alt="NPM version" /></a></span>
53
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/ts-postgres" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/ts-postgres.svg" alt="NPM downloads" /></a></span>
@@ -26,6 +24,8 @@ $ npm install ts-postgres@latest
2624
* Promise-based
2725
* Streaming
2826

27+
See the [documentation](https://malthe.github.io/ts-postgres/) for a complete reference.
28+
2929
---
3030

3131
## Usage
@@ -59,7 +59,7 @@ async function main() {
5959
}
6060
}
6161

62-
await main()
62+
await main();
6363
```
6464
Waiting on the result (i.e., result iterator) returns the complete query result.
6565

0 commit comments

Comments
 (0)