From 977438207cfed16f0d6043101ea1e2f1f684ef8e Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 5 May 2022 13:42:34 +0200 Subject: [PATCH] docs(sdk-base) Fix a typo in the `README.md`. --- crates/matrix-sdk-base/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/matrix-sdk-base/README.md b/crates/matrix-sdk-base/README.md index c55837d55..54065a67f 100644 --- a/crates/matrix-sdk-base/README.md +++ b/crates/matrix-sdk-base/README.md @@ -6,5 +6,5 @@ library. The following crate feature flags are available: * `encryption`: Enables end-to-end encryption support in the library. -* `qrcode`: Enbles QRcode generation and reading code -* `testing`: provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you _need_ any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider. +* `qrcode`: Enables QRcode generation and reading code. +* `testing`: Provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you _need_ any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.