Skip to content

Commit 877dd28

Browse files
committed
docs: add badges/link to tg group
1 parent 8b79eb8 commit 877dd28

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
# [nostr-ts-relay](https://github.com/Cameri/nostr-ts-relay)
22

33
<p align="center">
4-
<a href='https://coveralls.io/github/Cameri/nostr-ts-relay?branch=main'><img src='https://coveralls.io/repos/github/Cameri/nostr-ts-relay/badge.svg?branch=main' alt='Coverage Status' /></a>
5-
<a href='https://github.com/Cameri/nostr-ts-relay/actions'><img src='https://github.com/Cameri/nostr-ts-relay/actions/workflows/checks.yml/badge.svg?branch=main&event=push' alt='Build status' /></a>
4+
<a href="https://github.com/Cameri/nostr-ts-relay/issues">
5+
<img alt="GitHub issues" src="https://img.shields.io/github/issues/Cameri/nostr-ts-relay?style=plastic" />
6+
</a>
7+
<a href="https://github.com/Cameri/nostr-ts-relay/stargazers">
8+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/Cameri/nostr-ts-relay" />
9+
</a>
10+
<a href="https://github.com/Cameri/nostr-ts-relay/network">
11+
<img alt="GitHub forks" src="https://img.shields.io/github/forks/Cameri/nostr-ts-relay" />
12+
</a>
13+
<a href="https://github.com/Cameri/nostr-ts-relay/blob/main/LICENSE">
14+
<img alt="GitHub license" src="https://img.shields.io/github/license/Cameri/nostr-ts-relay" />
15+
</a>
16+
<a href="https://github.com/chaijs/chai/releases">
17+
<img alt="tag:?" src="https://img.shields.io/github/tag/Cameri/nostr-ts-rel.svg?style=flat-square" />
18+
</a>
19+
<a href='https://coveralls.io/github/Cameri/nostr-ts-relay?branch=main'>
20+
<img alt='Coverage Status' src='https://coveralls.io/repos/github/Cameri/nostr-ts-relay/badge.svg?branch=main' />
21+
</a>
22+
<a href='https://github.com/Cameri/nostr-ts-relay/actions'>
23+
<img alt='Build status' src='https://github.com/Cameri/nostr-ts-relay/actions/workflows/checks.yml/badge.svg?branch=main&event=push' />
24+
</a>
625
</p>
726

827
This is a [nostr](https://github.com/fiatjaf/nostr) relay, written in
@@ -102,7 +121,9 @@ Any changes made to the settings file will be read on the next start.
102121

103122
## Dev Channel
104123

105-
For development discussions, please feel free to use the [Nostr Telegram Channel](https://t.me/nostr_protocol).
124+
For development discussions, please use the [Nostr Typescript Relay Dev Channel](https://t.me/nostr_ts_relay).
125+
126+
For discussions about the protocol, please feel free to use the [Nostr Telegram Channel](https://t.me/nostr_protocol).
106127

107128
## License
108129

0 commit comments

Comments
 (0)