Skip to content

Commit 4981efa

Browse files
Update README to make Element sponsorship explicit (#4901)
1 parent 6e9740d commit 4981efa

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@
1111
This is the [Matrix](https://matrix.org) Client-Server SDK for JavaScript and TypeScript. This SDK can be run in a
1212
browser or in Node.js.
1313

14+
<br>
15+
16+
---
17+
18+
<br>
19+
<picture>
20+
<source srcset="contrib/element-logo-light.png" media="(prefers-color-scheme: dark)">
21+
<source srcset="contrib/element-logo-dark.png" media="(prefers-color-scheme: light)">
22+
<img src="contrib/element-logo-fallback.png" alt="Element logo">
23+
</picture>
24+
25+
<br><br>
26+
Development and maintenance is proudly sponsored by [Element](https://element.io). Element uses the SDK in their flagship [web](https://github.com/element-hq/element-web) and [desktop](https://github.com/element-hq/element-desktop) clients.
27+
28+
The SDK is also the basis for multiple Matrix projects and we welcome contributions from all.
29+
30+
---
31+
1432
#### Minimum Matrix server version: v1.1
1533

1634
The Matrix specification is constantly evolving - while this SDK aims for maximum backwards compatibility, it only

contrib/element-logo-dark.png

14 KB
Loading

contrib/element-logo-fallback.png

12.8 KB
Loading

contrib/element-logo-light.png

14.6 KB
Loading

0 commit comments

Comments
 (0)