From 671b3d069c6553fd6c1084e77c017c406c7f1c85 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 1 Mar 2014 03:30:07 +0100 Subject: [PATCH] bump readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98d54be..8273fa5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jst v0.5.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jst.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jst) +# grunt-contrib-jst v0.6.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jst.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jst) > Precompile Underscore templates to JST file. @@ -51,8 +51,8 @@ This option accepts a function which takes one argument (the template filepath) ```js options: { - processName: function(filename) { - return filename.toUpperCase(); + processName: function(filepath) { + return filepath.toUpperCase(); } } ``` @@ -165,4 +165,4 @@ Note that the `interpolate: /\{\{(.+?)\}\}/g` setting above is simply an example Task submitted by [Tim Branyen](http://tbranyen.com) -*This file was generated on Sat Oct 19 2013 14:22:27.* +*This file was generated on Sat Mar 01 2014 03:29:46.*