diff --git a/README.md b/README.md index ef4e8a3..a44fa86 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Description of the fields: | symbol | Token symbol e.g. UNI | string | Mandatory | | decimals | Allowed number of decimals for the listed token | integer | Mandatory | | createdAt | Date and time token was created | string | Mandatory | -| updateAt | Date and time token was last updated | string | Mandatory | +| updatedAt | Date and time token was last updated | string | Mandatory | | logoURI | URI or URL of the token logo following the RFC 3986 standard | string | Optional | | extension | Extension to specify information about the token on its native chain if it was bridged | Array | Mandatory if the token has been bridged, otherwise optional | | rootChainId | The typically used number identifier for the chain on which the token was originally issued | number | Mandatory if the token has been bridged, otherwise optional |