From bf4b89e5d850b24e6984b179707199eff4fc0efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ha=CC=88cker?= Date: Thu, 12 Sep 2024 21:43:36 +0200 Subject: [PATCH] Docs --- crates/servicepoint_binding_py/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/servicepoint_binding_py/Readme.md b/crates/servicepoint_binding_py/Readme.md index 60a4246..f1a5fb7 100644 --- a/crates/servicepoint_binding_py/Readme.md +++ b/crates/servicepoint_binding_py/Readme.md @@ -1,6 +1,6 @@ # What is this? -Python bindings for the rust servicepoint library. +Python bindings for the rust servicepoint library built using [Maturin](https://www.maturin.rs). ## Building