Skip to content

Commit

Permalink
Remove duplicated section
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Dec 15, 2016
1 parent ac3e7a4 commit a2ed4b4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ var handlebars = require('gulp-compile-handlebars');
var safestring = new handlebars.Handlebars.SafeString('<strong>HELLO! KAANON</strong>');
```

## handlebars.Handlebars

You can access the Handlebars library from the `handlebars.Handlebars` property.

```js
var handlebars = require('gulp-compile-handlebars');
var safestring = new handlebars.Handlebars.SafeString('<strong>HELLO! KAANON</strong>');
```

## Works with gulp-data

Use gulp-data to pass a data object to the template based on the handlebars file being processed.
Expand Down

0 comments on commit a2ed4b4

Please sign in to comment.