From adf8340eb3166aa1811ef1c8eb63e43cc2148f22 Mon Sep 17 00:00:00 2001 From: GeObts Date: Tue, 24 Feb 2026 23:20:58 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20in=20README=20(pacakge=20?= =?UTF-8?q?=E2=86=92=20package)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b4bc48..01b7df59 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can install `btcli` on your local machine directly from source, PyPI, or Hom Note that the macOS preinstalled CPython installation is compiled with LibreSSL instead of OpenSSL. There are a number of issues with LibreSSL, and as such is not fully supported by the libraries used by btcli. Thus we highly recommend, if you are using a Mac, to first install Python from [Homebrew](https://brew.sh/). Additionally, the Rust FFI bindings -[if installing from precompiled wheels (default)] require the Homebrew-installed OpenSSL pacakge. If you choose to use +[if installing from precompiled wheels (default)] require the Homebrew-installed OpenSSL package. If you choose to use the preinstalled Python version from macOS, things may not work completely.