From 12e617ead9e2f97d775ed0a5b4223a8bd756f13d Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 2 Aug 2022 15:20:23 +0200 Subject: [PATCH] docs: Update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 01f91c7..b6ff641 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,16 @@ Hopefully, a library enabling developers to build OMEMO-supporting XMPP clients in Dart and Flutter. + +**Please note that this library has not been audited for its security! Use at your own risk!** + +## Contributing + +When submitting a PR, please run the linter using `dart analyze` and make sure that all +tests still pass using `dart test`. + +## License + +Licensed under the MIT license. + +See `LICENSE`.