From f1ebfbd17da089490bd66ac960a4138076e084f8 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 14 Oct 2022 22:13:10 +0200 Subject: [PATCH] Fix: minor typo Fix: minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b9f95d..af012e0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An ERC721-based non-transferable token. -The Humanbound Token is bound to a wallet upon minting with a valid Ethereum Access Token (EAT). A valid issuer can issue the minting rights to a user through an EAT, where only the authorised user is able to mint and make use of the humanbound token. The token can be transfered only in the case of wallet rotation, where the user will authenticate his identity and be issued an EAT that authorises his rotation. +The Humanbound Token is bound to a wallet upon minting with a valid Ethereum Access Token (EAT). A valid issuer can issue the minting rights to a user through an EAT, where only the authorised user is able to mint and make use of the humanbound token. The token can be transferred only in the case of wallet rotation, where the user will authenticate his identity and be issued an EAT that authorises his rotation. Built from the Extendable variant of ERC721 to allow dynamic modification of the contracts during runtime.