From df00d25a41ca45f502d0eb46701747a2aae8a454 Mon Sep 17 00:00:00 2001 From: Ted Bear Date: Wed, 11 Jun 2025 13:23:07 +0300 Subject: [PATCH] fix meetadata -> metadata --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b31e421..b9f8aba 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The **Token Registry API** queries the Cardano Token Registry's GitHub repositor ``` 3. **Endpoints** - *GET* `/health` : Health info - - *GET* `/meetadata/:id` : Offchain metadata info of an asset + - *GET* `/metadata/:id` : Offchain metadata info of an asset - *POST* `/clone` : force clone the mappings folder from the token registry repo --- @@ -34,4 +34,4 @@ docker run -p 8080:8080 \ -e SERVER_PORT=8080 \ ghcr.io/cardanoapi/token-registry-api:latest ``` ---- \ No newline at end of file +---