ericclemmons / node-recorder

Simple recording & replaying of HTTP requests for predictable development & testing.
MIT License
97 stars 5 forks source link

Mismatch for normalization b/w docs and code #57

Open kweiberth opened 2 years ago

kweiberth commented 2 years ago

Re: defining normalization in recorder.config.json: in the docs/README it's defined as normalize but in the code it's defined as normalizer.

Happy to make a PR for this, but not sure which one is intended to be correct. I guess if we change the code, then there'd have to be a new release, possibly major?