diff --git a/src/pages/registry/dns.mdx b/src/pages/registry/dns.mdx index 4e20487d3..e8ba3fb94 100644 --- a/src/pages/registry/dns.mdx +++ b/src/pages/registry/dns.mdx @@ -26,7 +26,7 @@ Since 2021, it has been possible to [import a DNS name](/learn/dns#importing-a-d Expect your `TXT` record to look something like this: ``` -TXT @ _ens a=<eth-address> +TXT _ens a=; ``` You can learn more about [how to import a DNS name](/learn/dns#importing-a-dns-name) in the DNS section, or see how to [programmatically complete these steps](#programming-dnssec-proofs).