From f3167bd8c7f2d91a4e5b8bd80106d9bf1b981585 Mon Sep 17 00:00:00 2001 From: Marcin Olszowy Date: Sun, 2 Oct 2022 17:41:24 +0300 Subject: [PATCH] * README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d9f4ca..c9d61b4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ let response = await client.get('/withdraw', { 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.