From 4dd5cb7f4f4febb81ecef2f20c4ab3323bea220f Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:15:36 +0200 Subject: [PATCH] Correct spelling Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec3d5f6..090b836 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # End-to-End Encryption App -This app provides all the necessary APIs to implement end-to-end encryption -on the client side. Additionally it makes sure that end-to-end encrypted +This app provides all the necessary APIs to implement End-to-End encryption +on the client side. Additionally it makes sure that End-to-End encrypted files are not accessible with the web interface and other WebDAV clients. Here you can find the [API documentation](https://github.com/nextcloud/end_to_end_encryption/blob/master/doc/api.md).