From 3c23eb69b5149ac1002286427e0771d3b1d55ffc Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:24:49 +0000 Subject: [PATCH] Remove reference to libolm from readme (#4525) * Remove reference to libolm from readme * README: fix link to node example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2bde40646..aa39b69359 100644 --- a/README.md +++ b/README.md @@ -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: