From 09569992834a76ac76f657d158f9ba5d8fffd5fb Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 17 Nov 2023 15:19:23 -0500 Subject: [PATCH] docs: recommend looking at jvm tests for examples of 1.0 api --- bdk-jvm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-jvm/README.md b/bdk-jvm/README.md index 67057fa..3b60b99 100644 --- a/bdk-jvm/README.md +++ b/bdk-jvm/README.md @@ -13,7 +13,7 @@ dependencies { } ``` -You may then import and use the `org.bitcoindevkit` library in your Kotlin code. For example: +You may then import and use the `org.bitcoindevkit` library in your Kotlin code like so. Note that this example is for the `0.30.0` release. For examples of the 1.0 API in the alpha releases, take a look at the tests [here](https://github.com/bitcoindevkit/bdk-ffi/tree/master/bdk-jvm/lib/src/test/kotlin/org/bitcoindevkit). ```kotlin import org.bitcoindevkit.*