Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fix: markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Jun 7, 2020
1 parent b0977b0 commit 5b374fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"write-good": {
"passive": false,
"eprime": false,
"tooWordy": false
},
"common-misspellings": true,
"terminology": {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Manipulate the HTTP Vary header.

vary is based on [vary](https://www.npmjs.com/package/vary) and has been ported for use on Deno
Vary is based on [vary](https://www.npmjs.com/package/vary) and has been ported for use on Deno

## Installation

Expand All @@ -30,7 +30,7 @@ const { vary } = "https://deno.land/x/vary/mod.ts"; // If module is uploaded int

## Usage

### vary(responseHeadersGet, responseHeadersSet, field)
### Vary(responseHeadersGet, responseHeadersSet, field)

Adds the given header field to the Vary response header of response. This can be a string of a single field, a string of a valid Vary header, or an array of multiple fields.

Expand All @@ -50,7 +50,7 @@ vary(
)
```

## append(header, field)
## Append(header, field)

Adds the given header field to the Vary response header string header. This can be a string of a single field, a string of a valid Vary header, or an array of multiple fields.

Expand Down

0 comments on commit 5b374fb

Please sign in to comment.