digitalbazaar / http-client

An opinionated, isomorphic HTTP client.
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

Change `https.agent` to `https.Agent` in `README.md` #3

Closed JSAssassin closed 4 years ago

JSAssassin commented 4 years ago

When using https.agent, we get TypeError: https.agent is not a constructor. https.Agent seems to be the correct way of calling it. https://nodejs.org/api/http.html#http_new_agent_options