From 9595c8442465b44ed2208f0a3f9d0e1a42e881e6 Mon Sep 17 00:00:00 2001 From: Ivan Kerin Date: Wed, 23 Nov 2016 15:08:23 +0200 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 836106f..03a92cb 100644 --- a/README.md +++ b/README.md @@ -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 () {