Skip to content

Commit 3d45f40

Browse files
committed
Update header titles in the README
Make sure all titles are using sentence case as appropriate. Update titles that use acronyms to include the acronym's meaning.
1 parent 8c0d797 commit 3d45f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ output will always be written to disk, defaulting to `results.csv`.
9797
instance, where the local filesystem is read-only.
9898
```
9999

100-
## What's Checked? ##
100+
## What's checked? ##
101101

102102
For a given domain, MX records, SPF records (TXT), DMARC (TXT, at
103103
`_dmarc.<domain>`), and support for STARTTLS are checked. Resource records can
@@ -133,7 +133,7 @@ The following values are returned in `results.csv`:
133133
- `Domain Supports STARTTLS Results` - A list of the mail server and
134134
port combinations that support STARTTLS.
135135

136-
### SPF ###
136+
### Sender Policy Framework (SPF) ###
137137

138138
- `SPF Record` - Whether or not a SPF record was found.
139139
- `SPF Record DNSSEC` - A boolean value indicating whether or not the
@@ -143,7 +143,7 @@ The following values are returned in `results.csv`:
143143
- `SPF Results` - The textual representation of any SPF record found
144144
for the domain.
145145

146-
### DMARC ###
146+
### Domain-based Message Authentication, Reporting, and Conformance (DMARC) ###
147147

148148
- `DMARC Record` - True/False whether or not a DMARC record was found.
149149
- `DMARC Record DNSSEC` - A boolean value indicating whether or not

0 commit comments

Comments
 (0)