Skip to content

Commit

Permalink
mention deno support in the README (#3417)
Browse files Browse the repository at this point in the history
* mention deno support in the README

It seems to work fine, and I have a demo bot with it https://github.com/sigmaSd/deno-matrix-bot

* Update README.md
  • Loading branch information
sigmaSd authored Jun 1, 2023
1 parent 648a1a0 commit feb424b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ client.publicRooms(function (err, data) {
See below for how to include libolm to enable end-to-end-encryption. Please check
[the Node.js terminal app](examples/node) for a more complex example.

You can also use the sdk with [Deno](https://deno.land/) (`import npm:matrix-js-sdk`) but its not officialy supported.

To start the client:

```javascript
Expand Down

0 comments on commit feb424b

Please sign in to comment.