Skip to content

Commit 3c23eb6

Browse files
authored
Remove reference to libolm from readme (#4525)
* Remove reference to libolm from readme * README: fix link to node example
1 parent c93b7ce commit 3c23eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ client.publicRooms(function (err, data) {
3838
});
3939
```
4040

41-
See below for how to include libolm to enable end-to-end-encryption. Please check
42-
[the Node.js terminal app](examples/node/README.md) for a more complex example.
41+
See [below](#end-to-end-encryption-support) for how to enable end-to-end-encryption, or check
42+
[the Node.js terminal app](https://github.com/matrix-org/matrix-js-sdk/tree/develop/examples/node) for a more complex example.
4343

4444
To start the client:
4545

0 commit comments

Comments
 (0)