From 2b7c104f1105204333be9c92058105487898a64b Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 27 Mar 2023 13:39:28 -0400 Subject: [PATCH] Clean up of docs regarding removed cli tool --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 56ecd85..94420fa 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@

The workspace in this repository creates the `libbdkffi` multi-language library for the Rust-based -[bdk] library from the [Bitcoin Dev Kit] project. The `bdk-ffi-bindgen` package builds a tool for -generating the actual language binding code used to access the `libbdkffi` library. +[bdk] library from the [Bitcoin Dev Kit] project. Each supported language and the platform(s) it's packaged for has its own directory. The Rust code in this project is in the bdk-ffi directory and is a wrapper around the [bdk] library to expose its APIs in a uniform way using the [mozilla/uniffi-rs] bindings generator for each supported target language.