Skip to content

Commit

Permalink
Remove reference to libolm from readme (#4525)
Browse files Browse the repository at this point in the history
* Remove reference to libolm from readme

* README: fix link to node example
  • Loading branch information
richvdh authored Nov 13, 2024
1 parent c93b7ce commit 3c23eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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/README.md) for a more complex example.
See [below](#end-to-end-encryption-support) for how to enable end-to-end-encryption, or check
[the Node.js terminal app](https://github.com/matrix-org/matrix-js-sdk/tree/develop/examples/node) for a more complex example.

To start the client:

Expand Down

0 comments on commit 3c23eb6

Please sign in to comment.