From f3b92c5c250f3c75a87af12ee8d278d3be163b9e Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 26 Mar 2025 18:30:33 +0100 Subject: [PATCH] Fix doc reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a5a8d..d3a5e3e 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ const cids = await data.cids(); Returns a summary of the storage space allocation of the node -- returns Promise<[CodexNodeSpace](./src/data/types.ts#L58)[]> +- returns Promise<[CodexNodeSpace](./src/data/types.ts#L56)[]> Example: