From 15a3d74c05adfef2be3483589c09a1c40b737445 Mon Sep 17 00:00:00 2001 From: Marcin Olszowy Date: Sun, 2 Oct 2022 17:41:42 +0300 Subject: [PATCH] * README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ac2806..0e6e546 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $response = $client->get('/withdraw', array( Returns a Stellar account and memo alongside some additional context information documented [here](https://www.coinqvest.com/en/sep6-docs#get-withdraw). Tokenized Bitcoin sent to the given account is burned on the Stellar Network and released into the Bitcoin address given in the request. -##Documentation +## Documentation Please inspect our [SEP-6 API docs](https://www.coinqvest.com/en/sep6-docs) or email us at service@coinqvest.com if you have questions.