From b2b6164db5f213a8288da947e944315edcf27d60 Mon Sep 17 00:00:00 2001 From: ag84ark Date: Mon, 18 May 2026 15:06:46 +0200 Subject: [PATCH] docs: add link to detailed documentation in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b6f17b..659f0a7 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ $vatly->setApiKey('test_your_api_key_here'); $vatly->checkouts->create([...]); ``` +For detailed documentation, see [docs/README.md](docs/README.md). + ## Idempotency The SDK automatically sends an `Idempotency-Key` header on every `POST` and `PATCH` request.