From b745b0f5cc4953cc288883f883a37ba0eb819fac Mon Sep 17 00:00:00 2001 From: Yuli Date: Sat, 10 Apr 2021 20:57:43 +0300 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9204b40e..6cba00a0 100644 --- a/README.md +++ b/README.md @@ -141,15 +141,15 @@ logs, files, etc... ## Right to rectification/ Data Accuracy -Your customer can log in to his personal account at Data Bunker and change his records, for example, **change his Name**. -Databunker can fire a callback operation with customer's details when a customer action takes place. +Your customer can sign in to his personal account at Databunker and change his records, for example, **change his name**. +Databunker can fire a callback operation with customer's details when a customer operation takes place. ![Change profile](images/ui-profile-edit-and-save.png) ## Right to data portability -Your customer can log in to his personal account at Data Bunker and view and **extract all his records stored at Data Bunker.** +Your customer can sign in to his personal account at Databunker and view and **extract all his records stored at Databunker.** **NOTE**: You will need to provide your customers with a way to extract data from other internal databases. @@ -157,9 +157,9 @@ Your customer can log in to his personal account at Data Bunker and view and **e ## Integrity and confidentiality **All personal data is encrypted**. An audit log is written for all operations with personal records. -All-access to Data Bunker API is done using an **HTTPS SSL certificate**. Enterprise version supports Shamir's Secret Sharing +Any request using Databunker API is done with **HTTPS SSL certificate**. The enterprise version supports Shamir's Secret Sharing algorithm to split the master key into a number of keys. A number of keys (that can be saved in different hands in the -organization) are required to bring up the system. +organization) are required to bring the system up. ## NOTE