From 6785a3ff9affc64cbb2c7a743b144bbf2683863a Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Fri, 9 Oct 2015 12:42:20 +0200 Subject: [PATCH] fix README generator link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a67055..5bc3c1c 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ exports.template = ''; ``` Below is documentation on generator API, also, check out the [generic -generator](lib/generic_generator). +generator](./lib/generic_generator.js). All methods share the first two arguments: `next`, and `env`.