Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live authored Apr 18, 2019
1 parent 7471047 commit a112d55
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 @@ -298,8 +298,8 @@ End-to-end encryption support
=============================

The SDK supports end-to-end encryption via the 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.
[libolm](https://gitlab.matrix.org/matrix-org/olm). It is left up to the
application to make libolm available, via the ``Olm`` global.

It is also necessry to call ``matrixClient.initCrypto()`` after creating a new
``MatrixClient`` (but **before** calling ``matrixClient.startClient()``) to
Expand Down

0 comments on commit a112d55

Please sign in to comment.