Skip to content

Commit

Permalink
missed space
Browse files Browse the repository at this point in the history
  • Loading branch information
E3V3A committed Jan 7, 2018
1 parent 04959a5 commit 4d605da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -432,7 +432,7 @@ If we want to grep the results, 'text' is a better format choice:
Valle de la Luna, Chile [OS] [1024x683]
Frosted trees after a snowstorm in Laax, Switzerland [OC] [1072x712]

Let's create code-style names for those images using the 'camelize' function from [underscore.string] (https://github.com/epeli/underscore.string).
Let's create code-style names for those images using the 'camelize' function from [underscore.string](https://github.com/epeli/underscore.string).

cat earthporn.json | underscore select '.data .title' | underscore map 'camelize(value.replace(/\[.*\]/g,"")).replace(/[^a-zA-Z]/g,"")' --outfmt text

Expand Down

0 comments on commit 4d605da

Please sign in to comment.