diff --git a/README.md b/README.md index 3389a7a..2fb32ad 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ module.exports = function(text, opts = {}) { ... ``` +You can see an example of this pattern in my `create-node` module. Specifically [src/create-node.js](https://github.com/lukechilds/create-node/blob/master/src/create-node.js) and [test/unit.js](https://github.com/lukechilds/create-node/blob/master/test/unit.js). ## License