thlorenz / proxyquire

🔮 Proxies nodejs require in order to allow overriding dependencies during testing.
MIT License
2.75k stars 100 forks source link

README.md: Fix typo #241

Closed MaxNanasy closed 5 years ago

MaxNanasy commented 5 years ago

A sentence says to use require.preserveCache above a code example that uses proxyquire.preserveCache, so I changed the sentence to match the code