docs: Fix sentence in README

This commit is contained in:
PapaTutuWawa 2022-08-05 18:36:37 +02:00
parent 1a672677e0
commit 70d0391020

View File

@ -10,9 +10,8 @@ the OMEMO 0.8.3 specific `ENCRYPT`, `DECRYPT` and `KDF_*` functions and a very h
interface for encrypting a message for all known Ratchet sessions we have with a user. interface for encrypting a message for all known Ratchet sessions we have with a user.
This library also has no dependency on any XMPP library. `omemo_dart` instead defines an This library also has no dependency on any XMPP library. `omemo_dart` instead defines an
intermediary format for the required data, that you, the user, will need to transform between intermediary format for the required data that you, the user, will need to transform to and from
the stanza format of your preferred XMPP library and `omemo_dart`'s intermediary format the stanza format of your preferred XMPP library yourself.
yourself.
## Important Notes ## Important Notes