Skip to content

Commit 02934ea

Browse files
committed
fix readme
1 parent 1651109 commit 02934ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ gulp.task('html', function() {
7575
.pipe(gulp.dest('build/'));
7676
});
7777
```
78+
79+
Check [project-stub](https://github.com/posthtml/project-stub) example with Gulp
80+
7881
## PostHTML with Jade engine in Expressjs
7982

8083
Also it's work with other view engine. Callback in `app.engine` is called by `res.render()` to render the template code.
@@ -108,7 +111,6 @@ app.engine('jade', function (path, options, callback) {
108111
})
109112
app.set('view engine', 'jade');
110113
```
111-
Check [project-stub](https://github.com/posthtml/project-stub) example with Gulp
112114

113115
## Plugins
114116

0 commit comments

Comments
 (0)