diff --git a/readme.md b/readme.md index 2aa93dfe8..fa38aefbd 100644 --- a/readme.md +++ b/readme.md @@ -749,7 +749,7 @@ const createTestServer = require('create-test-server'); ### User Agent -It's a good idea to set the `'user-agent'` header so the provider can more easily see how their resource is used. By default, it's the URL to this repo. You can omit this header by setting it to `null` or `undefined`. +It's a good idea to set the `'user-agent'` header so the provider can more easily see how their resource is used. By default, it's the URL to this repo. You can omit this header by setting it to `null`. ```js const got = require('got');