summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-19 22:53:22 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-19 22:53:22 +0300
commit961c880d557ca8ce7d9fac145ff14e0cd41ae981 (patch)
tree442fb65fede19a13653a4522c4f02fe99c31f12e /README.md
parentMark encrypted rooms when processing room state (diff)
downloadnheko-961c880d557ca8ce7d9fac145ff14e0cd41ae981.tar.xz
Handle olm & lmdb exceptions during message decryption
fixes #345
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4812cf22..28707389 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ feels more like a mainstream chat app ([Riot], Telegram etc) and less like an IR
 Most of the features you would expect from a chat application are missing right now
 but we are getting close to a more feature complete client.
 Specifically there is support for:
-- E2EE encryption.
+- E2E encryption.
 - User registration.
 - Creating, joining & leaving rooms.
 - Sending & receiving invites.