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 +---