Skip to content

Commit 3d94f54

Browse files
committed
Update README.md
1 parent 931e833 commit 3d94f54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A [Trino](https://trino.io) client for [Node.js](https://nodejs.org/).
44

5+
[![@latest](https://img.shields.io/npm/v/trino-client.svg)](https://www.npmjs.com/package/trino-client)
6+
57
## Features
68

79
- Connections over HTTP or HTTPS
@@ -34,6 +36,6 @@ const data = await queryIter.fold<QueryData[]>([], (row, acc) => [
3436
]);
3537
```
3638

37-
More usage [examples](./tests/it/client.spec.ts) can be found in the [integration tests](./tests/it/client.spec.ts).
39+
More usage [examples](https://github.com/regadas/trino-js-client/blob/main/tests/it/client.spec.ts) can be found in the [integration tests](https://github.com/regadas/trino-js-client/blob/main/tests/it/client.spec.ts).
3840

3941
Filipe Regadas (regadas) 2022

0 commit comments

Comments
 (0)