diff --git a/README.md b/README.md index e663e85044..c5dbf24d86 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,8 @@ html2js: { base: '.', module: 'ui-templates', rename: function (modulePath) { - var moduleName = modulePath.replace('app/views/partials/ui-bootstrap-tpls/', '').replace('.html', ''); - return 'template' + '/' + moduleName + '.html'; + var moduleName = modulePath.replace('app/views/partials/ui-bootstrap-tpls/', ''); + return 'template/' + moduleName; } }, main: {