diff --git a/README.md b/README.md index 0062a87e..2e134c36 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A [Trino](https://trino.io) client for [Node.js](https://nodejs.org/). +[![@latest](https://img.shields.io/npm/v/trino-client.svg)](https://www.npmjs.com/package/trino-client) + ## Features - Connections over HTTP or HTTPS @@ -34,6 +36,6 @@ const data = await queryIter.fold([], (row, acc) => [ ]); ``` -More usage [examples](./tests/it/client.spec.ts) can be found in the [integration tests](./tests/it/client.spec.ts). +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). Filipe Regadas (regadas) 2022