aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proposals/0000-dns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/0000-dns.md b/proposals/0000-dns.md
index 2e0b6b7..e6b2f8e 100644
--- a/proposals/0000-dns.md
+++ b/proposals/0000-dns.md
@@ -62,7 +62,7 @@ Users have multiple options for creating a domain-name mapping.
The first option is to set a DNS TXT record at the domain which maps to a "key"-addressed Dat URL. The client will lookup this TXT record first and load the resulting Dat. That record should fit the following schema:
```
-DATKEY={key}
+datkey={key}
```
## .well-known/dat
@@ -97,7 +97,7 @@ Resolution of a Dat at `dat://{name}` should follow this process:
The DNS TXT record must match this schema:
```
-'DATKEY=' [0-9a-f]{64}
+'datkey=' [0-9a-f]{64}
```
The `/.well-known/dat` file must match this schema: