Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivank committed Nov 23, 2016
1 parent f44377f commit 9595c84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Publish html files as mandrill templates

[![Build Status](https://travis-ci.org/enhancv/gulp-mandrill-templates.svg?branch=master)](https://travis-ci.org/enhancv/gulp-mandrill-templates)

Will publish html files as mandrill templates, using the filename stem (without extension) as the name of the template

## Install

```
```bash
npm install gulp-mandrill-templates
```

## Usage
```
```javascript
const gulpMandrillTemplates = require('gulp-mandrill-templates');

gulp.task('publish', function () {
Expand Down

0 comments on commit 9595c84

Please sign in to comment.