From 0121bdbb75467f0a275d706d747f32be2e65055c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 14 Jun 2019 08:23:27 -0600 Subject: [PATCH] welcome back, Olm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5cd9051b..0504eabcc 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ Then visit ``http://localhost:8005`` to see the API docs. End-to-end encryption support ============================= -The SDK supports end-to-end encryption via the and Megolm protocols, using +The SDK supports end-to-end encryption via the Olm and Megolm protocols, using [libolm](https://gitlab.matrix.org/matrix-org/olm). It is left up to the application to make libolm available, via the ``Olm`` global.