From d5670ef6b906f3db11412e97111c4367655d5fec Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 26 Aug 2021 14:33:39 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af39f34d7..7f5057710 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,11 @@ A Multilanguage Pokémon TCG Database with Cards Pictures and most of the inform ## Interact with the Database -The easiest way to interact with the database is by using one of our SDKs _list below_. +_documentation available at https://www.tcgdex.net/docs -You can however build the API yourself by using our [compiler](https://github.com/tcgdex/compiler) or download the already [compiled database](https://github.com/tcgdex/distribution). +- The easiest way to interact with the database is by using one of our SDKs _list below_. +- You can also direcly use the endpoints at `api.tcgdex.net`. +- You can build the API yourself by using our [compiler](https://github.com/tcgdex/compiler) or download the already [compiled database](https://github.com/tcgdex/distribution). ## SDKs / API Wrappers