docs(sdk-base) Fix a typo in the README.md.

This commit is contained in:
Ivan Enderlin
2022-05-05 13:42:34 +02:00
parent 1ea377bdbf
commit 977438207c
+2 -2
View File
@@ -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.