Skip to content

Commit c8d2da4

Browse files
committed
fixed typo
1 parent 967365b commit c8d2da4

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
@@ -4,7 +4,7 @@ This is a nix library that can turn your package-lock.json into a fully populate
44

55
## how it works
66

7-
Under the hood, node_modules.nix calls `npm ci`. But because npm cannot fetch packages from the internet inside the nix sandbox, an npm package cache gets constructed first and then handed over to npm for usage. npm will find every single package inside this cache and thus won't have to download anything. It's basically the same as when calling `npm ci` twice in a row. On the first time, npm caches everything it downloads, on the second thame it gets everything from the cache.
7+
Under the hood, node_modules.nix calls `npm ci`. But because npm cannot fetch packages from the internet inside the nix sandbox, an npm package cache gets constructed first and then handed over to npm for usage. npm will find every single package inside this cache and thus won't have to download anything. It's basically the same as when calling `npm ci` twice in a row. On the first time, npm caches everything it downloads, on the second time it gets everything from the cache.
88

99
## advantages over node2nix
1010

0 commit comments

Comments
 (0)