Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from ncolgan/master
Browse files Browse the repository at this point in the history
Quote wildcard in README example
  • Loading branch information
harthur committed Mar 7, 2013
2 parents 187726f + ecca90d commit 9e5158c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ replace '(\w+)_(\w+)' '$1-$2' *
Replace only in files with names matching *.js:

```
replace 'foo' 'bar' . -r --include=*.js
replace 'foo' 'bar' . -r --include="*.js"
```

Don't replace in files with names matching *.min.js and *.py:
Expand Down

0 comments on commit 9e5158c

Please sign in to comment.