Skip to content

Commit ba3a2fb

Browse files
committed
fix badge shown in readmes
1 parent 89e582e commit ba3a2fb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
File renamed without changes.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<a href="https://kurrent.io">
22
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/KurrentLogo-White.png">
4-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/KurrentLogo-Black.png">
5-
<img alt="Kurrent" src="https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/KurrentLogo-Plum.png" height="50%" width="50%">
3+
<source media="(prefers-color-scheme: dark)" srcset="KurrentLogo-White.png">
4+
<source media="(prefers-color-scheme: light)" srcset="KurrentLogo-Black.png">
5+
<img alt="Kurrent" src="KurrentLogo-Plum.png" height="50%" width="50%">
66
</picture>
77
</a>
88

99
# KurrentDB NodeJS Client
1010

1111
[![license][license-badge]][license-badge-url]
12+
[![Previous LTS](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_previous_LTS.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_previous_LTS.yml)
13+
[![LTS](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_LTS.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_LTS.yml)
14+
[![next](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_next.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_next.yml)
1215

1316
KurrentDB is the event-native database, where business events are immutably
1417
stored and streamed. Designed for event-sourced, event-driven, and microservices

packages/db-client/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# @kurrent/kurrentdb-client
22

33
[![npm][npm-badge]][npm-badge-url]
4-
[![Github action CI workflow][ci-badge]][ci-badge-url]
4+
[![Previous LTS](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_previous_LTS.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_previous_LTS.yml)
5+
[![LTS](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_LTS.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_LTS.yml)
6+
[![next](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_next.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_next.yml)
7+
58
[![license][license-badge]][license-badge-url]
69

710
This is the package for the NodeJS client for KurrentDB 20+ and uses gRPC as the communication protocol.
@@ -194,7 +197,6 @@ Refer to our [Contribution Guidelines]
194197
[npm-badge]: https://img.shields.io/npm/v/@kurrent/kurrentdb-client.svg
195198
[npm-badge-url]: https://www.npmjs.com/package/@kurrent/kurrentdb-client
196199
[ci-badge]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/workflows/CI/badge.svg?branch=master
197-
[ci-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions
198200
[license-badge]: https://img.shields.io/npm/l/@kurrent/kurrentdb-client.svg
199201
[license-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/LICENSE
200202
[contribution guidelines]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)