From a41d628b148112755ce178427dae0049bd7f5975 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Fri, 1 Apr 2022 13:56:43 +0530 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d859b92..78b2eef 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains source code for generating native language bindings for the rust based [bdk] library which is the central artifact of the [Bitcoin Dev Kit] project. -Each supported language has it's own repository that includes this project as a [git submodule]. +Each supported language has its own repository that includes this project as a [git submodule]. The rust code in this project is a wrapper around the [bdk] library to expose it's APIs in a uniform way using the [mozilla/uniffi-rs] bindings generator for each supported target language.