Skip to content

Commit 1b4f4e3

Browse files
committed
Fix minor typos.
1 parent 8a47685 commit 1b4f4e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wayback-cdx-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ For example, if given the url: *archive.org/about/* and:
116116

117117
The matchType may also be set implicitly by using wildcard '*' at end or beginning of the url:
118118

119-
* If url is ends in '/\*', eg **url=archive.org/\*** the query is equivalent to **url=archive.org/&matchType=prefix**
120-
* if url starts with '\*.', eg **url=\*.archive.org/** the query is equivalent to **url=archive.org/&matchType=domain**
119+
* If url is ends in '/\*', e.g. **url=archive.org/\*** the query is equivalent to **url=archive.org/&matchType=prefix**
120+
* if url starts with '\*.', e.g. **url=\*.archive.org/** the query is equivalent to **url=archive.org/&matchType=domain**
121121

122122
(Note: The *domain* mode is only available if the CDX is in SURT-order format.)
123123

@@ -359,7 +359,7 @@ Currently two restrictions/permission types are supported:
359359
* Access to certain fields, such as filename in the CDX. When restricted, the cdx results contain only public fields.
360360

361361

362-
To allow access, the API key cookie must be explicitly set on the client, eg:
362+
To allow access, the API key cookie must be explicitly set on the client, e.g.:
363363

364364
```
365365
curl -H "Cookie: cdx-auth-token=API-Key-Secret http://mycdxserver/search/cdx?url=..."

0 commit comments

Comments
 (0)