From 782ab631031531c3d1a48fa6e1a834196eae6575 Mon Sep 17 00:00:00 2001 From: Varya Stepanova Date: Tue, 28 Jul 2015 11:40:08 +0300 Subject: [PATCH] Grunt example is missing overviewPath --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b9d4a40..735b44d2 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,8 @@ Then you are able to use the same gulp task inside you `Gruntfile`: .pipe(styleguide.generate({ title: 'My Styleguide', server: true, - rootPath: outputPath + rootPath: outputPath, + overviewPath: 'README.md' })) .pipe(gulp.dest(outputPath)); },