README: remove trailing whitespace

This commit is contained in:
Timothy Gu 2017-02-26 13:18:41 -08:00
parent edb28a6c50
commit d23204b4ec
1 changed files with 5 additions and 5 deletions

View File

@ -191,12 +191,12 @@ Note that only `method`, `headers`, `redirect` and `body` are allowed in `window
If no values are set, the following request headers will be sent automatically:
Header | Value
Header | Value
----------------- | --------------------------------------------------------
`Accept-Encoding` | `gzip,deflate` _(when `options.compress === true`)_
`Accept` | `*/*`
`Connection` | `close` _(when no `options.agent` is present)_
`Content-Length` | _(automatically calculated, if possible)_
`Accept-Encoding` | `gzip,deflate` _(when `options.compress === true`)_
`Accept` | `*/*`
`Connection` | `close` _(when no `options.agent` is present)_
`Content-Length` | _(automatically calculated, if possible)_
`User-Agent` | `node-fetch/1.0 (+https://github.com/bitinn/node-fetch)`