tgvashworth / fetch-engine

A smart request-making library
24 stars 6 forks source link

Document that fetchEngine is a function, not a constructor #45

Closed tgvashworth closed 8 years ago

tgvashworth commented 8 years ago

The README is p out of date.

Specifically, fetch-engine is now called as a normal function, and passed a FetchGroup, or an object that can be passed to a FetchGroup:

var fetch = fetchEngine(new FetchGroup({ ... }));
jackfranklin commented 8 years ago

I'll take this one, reckon I can just about manage!

tgvashworth commented 8 years ago

My hero :heart: