From e8a013bc63d87e3a421e9f17013668360b8ddd74 Mon Sep 17 00:00:00 2001 From: Andrea Di Lisio Date: Mon, 8 Jul 2024 18:22:35 +0200 Subject: [PATCH] project is not officially supported --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75f3f9b..41e73c2 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ [![Crates.io](https://img.shields.io/crates/v/truelayer-rust)](https://crates.io/crates/truelayer-rust) [![Docs.rs](https://img.shields.io/docsrs/truelayer-rust?label=docs.rs)](https://docs.rs/truelayer-rust/latest/truelayer-rust) -The official [TrueLayer](https://truelayer.com) Rust client provides convenient access to TrueLayer APIs from applications built with Rust. - -> :warning: **WARNING: This library is currently in alpha**: We do not recommend using this crate for production applications. We plan to create an initial release when the library has caught up with TrueLayer's payments API. +> [!CAUTION] +> This project is not officially supported or actively maintained by TrueLayer. +> Therefore, we strongly advise against using it to integrate the TrueLayer Payments API. For a reliable and up-to-date integration, please refer to our public [API reference](https://docs.truelayer.com/reference/welcome-api-reference) or our officially supported API client libraries. ## Installation