Skip to content

Commit a7d97ac

Browse files
author
淘小杰
committed
Update README.md
1 parent 64cfe3b commit a7d97ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ a patch for node.js which avoids loading the same module more than once
55

66
### why?
77
In a large project developed with node.Js, some modules are used frequently, let's say underscore or lodash.
8-
module A is depended on ```underscore```,and module B is depended on it too, they are depended on the same version.
9-
So module underscore is loaded more than once , right? And that may cost a lot memory, very unnecessary .So why don't
8+
module A depends on ```underscore```,and module B depends on it too, now they depend on the same module with same version.
9+
So module underscore is loaded more than once , right? And that will cost a lot memory, what a waste! .So why don't
1010
we set the cache for the same module with the same version. Well , module-unique can help you solve this!
1111

1212
### How to use

0 commit comments

Comments
 (0)