From 5ba8254e8ed2fd145674e1c7fb0ec39f66ca2b8e Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:10:53 +0200 Subject: [PATCH] chore(): small rephrase --- docs/endpointFunctionList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/endpointFunctionList.md b/docs/endpointFunctionList.md index 37f9296..15f193c 100644 --- a/docs/endpointFunctionList.md +++ b/docs/endpointFunctionList.md @@ -16,7 +16,7 @@ The following table shows all methods available in each REST client, whether the This can be used to easily find which method to call, once you have [found which endpoint you're looking to use](https://github.com/tiagosiebler/awesome-crypto-examples/wiki/How-to-find-SDK-functions-that-match-API-docs-endpoint). -All REST clients are in the [/src](/src) folder. For usage examples, make sure to check the [/examples](/examples) folder. +All REST clients are in the [src](/src) folder. For usage examples, make sure to check the [examples](/examples) folder. List of clients: - [rest-client-v5](#rest-client-v5ts)