We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c528e62 commit 9bc3b83Copy full SHA for 9bc3b83
README.md
@@ -48,7 +48,7 @@ npmd keeps a cache of modules you have installed, but it works different to npm'
48
49
npm keeps a cache of modules at versions, see `~/.npm/{module}/{version}` and of npm docs
50
that npm has downloaded `~/.npm/{module}/.cache.json`. Unfortunately, this does not work well
51
-offline, because it does not cache modules that where installed via `git` or `http` urls.
+offline, because it does not cache modules that were installed via `git` or `http` urls.
52
(any module with a largish dependency tree is likely to have at least one of these)
53
54
npmd-cache works differently, it's cache is divided into two parts - the mutable side,
0 commit comments