Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dougwilson committed Jul 24, 2017
1 parent d8af313 commit b15e27a
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ $ npm install etag

## API

<!-- eslint-disable no-unused-vars -->
<!-- eslint-disable no-unused-vars -->

```js
var etag = require('etag')
@@ -36,7 +36,7 @@ body of the entity. Strings, `Buffer`s, and `fs.Stats` are accepted. By
default, a strong ETag is generated except for `fs.Stats`, which will
generate a weak ETag (this can be overwritten by `options.weak`).

<!-- eslint-disable no-undef -->
<!-- eslint-disable no-undef -->

```js
res.setHeader('ETag', etag(body))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"benchmark": "2.1.3",
"eslint": "3.15.0",
"eslint-config-standard": "6.2.1",
"eslint-plugin-markdown": "1.0.0-beta.3",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-promise": "3.4.2",
"eslint-plugin-standard": "2.0.1",
"istanbul": "0.4.5",

0 comments on commit b15e27a

Please sign in to comment.