From a3effdcee6178b2fc351b5ad8a2acf04b3e7f858 Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Tue, 30 Jan 2024 09:05:54 +0100 Subject: [PATCH] Update packages/sd-jwt-vc/README.md Signed-off-by: Timo Glastra --- packages/sd-jwt-vc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sd-jwt-vc/README.md b/packages/sd-jwt-vc/README.md index cb7012fd05..9fe0e336e1 100644 --- a/packages/sd-jwt-vc/README.md +++ b/packages/sd-jwt-vc/README.md @@ -37,7 +37,7 @@ yarn add @credo-ts/sd-jwt-vc ### Quick start -After the installation you can follow the [guide to setup your agent](https://https://credo.js.org/guides/0.4/getting-started/set-up) and add the following to your agent modules. +After the installation you can follow the [guide to setup your agent](https://credo.js.org/guides/0.4/getting-started/set-up) and add the following to your agent modules. ```ts import { SdJwtVcModule } from '@credo-ts/sd-jwt-vc'