Skip to content

Commit

Permalink
Further clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Miguel committed May 14, 2015
1 parent 3590f7f commit 3f5ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports.fn = function(imports) {
});
}
```
If the `fn` property is not provided, nwire.js will not perform any dependency injection but will still load the package into memory. If the `needs` property is not provided, the `imports` parameter will be empty.
If the `fn` property is not provided, nwire.js will not perform any dependency injection and will load the entire module into memory. If the `needs` property is not provided, the `imports` parameter will be empty.

### Package declaration

Expand Down

0 comments on commit 3f5ff1e

Please sign in to comment.