Browse Source

Minor change

Cesar Rodas 2 tuần trước cách đây
mục cha
commit
6afefdf945
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      crates/cdk-http-client/README.md

+ 4 - 0
crates/cdk-http-client/README.md

@@ -5,6 +5,10 @@ HTTP client abstraction for the Cashu Development Kit (CDK).
 This crate provides an HTTP client wrapper that abstracts the underlying HTTP library (reqwest),
 This crate provides an HTTP client wrapper that abstracts the underlying HTTP library (reqwest),
 allowing other CDK crates to avoid direct dependencies on reqwest.
 allowing other CDK crates to avoid direct dependencies on reqwest.
 
 
+> **Note:** `cdk-http-client` is an internal crate. Its API is not considered stable and may change
+> at any time to support internal CDK needs.
+
+
 ## Usage
 ## Usage
 
 
 ```rust
 ```rust