Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Mar 3, 2015
1 parent dc056a5 commit 9a15ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ gulp.src("./manifest.xml")
.pipe(xeditor([
{path: '//xmlns:name', text: 'new names'},
{path: '//xmlns:version', attr: {'major': '2'}}
], http://www.w3.org/ns/widgets))
], 'http://www.w3.org/ns/widgets'))
.pipe(gulp.dest("./dest"));


Expand Down

0 comments on commit 9a15ec6

Please sign in to comment.