From f5d957f6ccf49291dfa1b9916553ab5dff75db61 Mon Sep 17 00:00:00 2001 From: Devraj Mehta Date: Wed, 30 Sep 2015 01:48:08 -0400 Subject: [PATCH] playing with formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 433450c..bdda4f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # gulp-ng-template-strings [![Build Status](https://travis-ci.org/devm33/gulp-ng-template-strings.svg?branch=master)](https://travis-ci.org/devm33/gulp-ng-template-strings) - [![Coverage Status](https://coveralls.io/repos/devm33/gulp-ng-template-strings/badge.svg?branch=master&service=github)](https://coveralls.io/github/devm33/gulp-ng-template-strings?branch=master) > Inline angular templates into directive definition objects @@ -22,9 +21,10 @@ npm install gulp-ng-template-strings Simply pass the plugin js files containing `templateUrl` properties to have them replaced with `template` properties. -**gulpfile.js** +*gulpfile.js* ```js +var gulp = require('gulp'); var ngTemplateStrings = require('gulp-ng-template-strings'); gulp.task('default', function() { @@ -36,7 +36,7 @@ gulp.task('default', function() { > Input files -**src/tab.js** +*src/tab.js* ```js function tabDirective() { @@ -46,7 +46,7 @@ function tabDirective() { } ``` -**templates/tab.html** +*templates/tab.html* ```html