From d8c17f2bcdb27a23c51ccb179e600acec78778a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 20 Oct 2023 13:34:50 +0200 Subject: [PATCH] fix: remove safely MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Francisco Javier RiboĢ Labrador --- documentation/docs/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/quick-start.md b/documentation/docs/quick-start.md index 96f9d7495..ba00c9430 100644 --- a/documentation/docs/quick-start.md +++ b/documentation/docs/quick-start.md @@ -25,7 +25,7 @@ It is maintained as an open source component through the [Hyperledger Lab: Open More in depth documentation about Cloud Agent can be found [here](/docs/atala-prism/prism-cloud-agent/overview). #### Wallet SDKs -Wallet SDKs for web and mobile (iOS, Android, TypeScript) enable identity holders to safely store credentials and respond to proof requests. They are typically used in applications that allow identity holders to interact with issuers and verifiers. +Wallet SDKs for web and mobile (iOS, Android, TypeScript) enable identity holders to store credentials and respond to proof requests. They are typically used in applications that allow identity holders to interact with issuers and verifiers. More in-depth documentation about the different Wallet SDKs can be found here ([TypeScript](https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/), [Swift](https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/), [KMM](https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/)) @@ -612,7 +612,7 @@ Once the Holder receives a credential from the Cloud Agent, it needs to store th :::caution -The sample application are using an insecure storage solution which should only be used for testing purposes and not production environments! +The sample application are using an insecure storage solution which should only be used for testing purposes and not production environments! :::