little fix in the "Use" base case

This commit is contained in:
Jonathan Guillotte-Blouin 2016-06-27 22:04:57 -04:00 committed by GitHub
parent 3cf850ea0e
commit 37720677f0
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ Assuming you've got a JSON-formatted resume handy, generating resumes in
different formats and combinations is easy. Just run:
```bash
hackmyresume BUILD <INPUTS> <OUTPUTS> [-t theme].
hackmyresume BUILD <INPUTS> TO <OUTPUTS> [-t theme].
```
Where `<INPUTS>` is one or more .json resume files, separated by spaces;