From 0a83177c9134a8f82300326d03f9f77ee95cc16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Landabaso=20D=C3=ADaz?= Date: Thu, 19 Oct 2023 12:56:57 +0200 Subject: [PATCH] Reflect in the index the correct order of sections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ccd78e..83fa4ee 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ npm install @bitcoinerlab/secp256k1 The library can be split into four main parts: - The `Output` class is the central component for managing descriptors. It facilitates the creation of outputs to receive funds and enables the signing and finalization of PSBTs (Partially Signed Bitcoin Transactions) for spending UTXOs (Unspent Transaction Outputs). -- `keyExpressions` and `scriptExpressions`, which provide functions to create key and descriptor expressions (strings) from structured data, making it easier to work with complex descriptors. - PSBT signers and finalizers, which are used to manage the signing and finalization of PSBTs. +- `keyExpressions` and `scriptExpressions`, which provide functions to create key and standard descriptor expressions (strings) from structured data. - Hardware wallet integration, which provides support for interacting with hardware wallets such as Ledger devices. ### Output class