From d23204b4ecb46ebc93c0e3d5dfe71dea82b9ac0c Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 26 Feb 2017 13:18:41 -0800 Subject: [PATCH] README: remove trailing whitespace --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d4ae43..bc4a5d7 100644 --- a/README.md +++ b/README.md @@ -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)`