Skip to content

Commit 9bc3b83

Browse files
Fix typo in README.md
1 parent c528e62 commit 9bc3b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ npmd keeps a cache of modules you have installed, but it works different to npm'
4848

4949
npm keeps a cache of modules at versions, see `~/.npm/{module}/{version}` and of npm docs
5050
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.
51+
offline, because it does not cache modules that were installed via `git` or `http` urls.
5252
(any module with a largish dependency tree is likely to have at least one of these)
5353

5454
npmd-cache works differently, it's cache is divided into two parts - the mutable side,

0 commit comments

Comments
 (0)