Browse Source

Link to create-node as example implementation

pull/2/head
Luke Childs 8 years ago
parent
commit
7d41d1511d
  1. 1
      README.md

1
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

Loading…
Cancel
Save