alphabetically sort record types in readme

This commit is contained in:
silverwind 2019-01-22 22:49:54 +01:00
parent 2764de3e02
commit 75e8f4b0b9
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -273,6 +273,15 @@ And an answer, additional, or authority looks like this
}
```
#### `RP`
``` js
{
mbox: 'admin.example.com',
txt: 'txt.example.com'
}
```
#### `RRSIG`
``` js
@ -289,15 +298,6 @@ And an answer, additional, or authority looks like this
}
```
#### `RP`
``` js
{
mbox: 'admin.example.com',
txt: 'txt.example.com'
}
```
#### `SOA`
``` js