From 6f2c98bd5a6d13b4f1fd47f5ec9a493bafd54ec5 Mon Sep 17 00:00:00 2001 From: Fabian Bormann Date: Sun, 6 Aug 2023 07:58:22 +0200 Subject: [PATCH] chore: adjust CIP number in README.md --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5672023..dad4c52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fabianbormann/cardano-peer-connect", "version": "1.2.10", - "description": "This library aims to provide an abstract class to simplify to wallet implementation for CIP-????", + "description": "This library aims to provide an abstract class to simplify to wallet implementation for CIP-0045", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts",