From df365760f86843597d89fa5145185bebe791478b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 10 Apr 2017 14:57:18 +0700 Subject: [PATCH] Reword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 080f9d3..3f24e8a 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ function createTitle(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). +You can see an example of this pattern in `lukechilds/create-node`. 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). ## What about dependencies?