Skip to content

Commit 4f77e7e

Browse files
author
Greg Lindahl
committed
tweak this example to be correct
1 parent 0d09003 commit 4f77e7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ redirect to another page, an error such as 404 (page not found), or a
135135
revisit record (page identical to a previous capture.)
136136

137137
The **url** used by cdx_tools can be wildcarded in two ways. One way
138-
is `*.example.com`, which in CDX jargon sets **matchType='domain'**, and
139-
will return captures for blog.example.com, support.example.com, etc.
140-
The other, `example.com/*`, will return captures for any page on
141-
example.com.
138+
is `*.example.com`, which in CDX jargon sets **matchType='domain'**,
139+
and will return captures for example.com and blog.example.com and
140+
support.example.com. The other, `example.com/*`, will return captures
141+
for any page on example.com.
142142

143143
A **timestamp** represents year-month-day-time as a string of digits run togther.
144144
Example: January 5, 2016 at 12:34:56 UTC is 20160105123456. These timestamps are

0 commit comments

Comments
 (0)