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)`