diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-09-06 22:46:58 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-09-06 22:46:58 +0100 |
commit | 576c6ad29292e171a88303e069b4a4a9680cb3bd (patch) | |
tree | 6d0ec5ad906bac414be92bd0a38bef7b4698556e /javascript | |
parent | 49ca6aca98faa90732b9fb47d614209f74f3642d (diff) |
call double ratchet what it is
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/package.json b/javascript/package.json index d896e19..0624409 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,7 +1,7 @@ { "name": "olm", "version": "1.2.0", - "description": "An implementation of a well known cryptographic ratchet", + "description": "An implementation of the Double Ratchet cryptographic ratchet", "main": "olm.js", "files": [ "olm.js", |