Merge pull request #164 from jonathanGB/master

little fix in the "Use" base case
This commit is contained in:
hacksalot 2018-01-25 12:51:06 -05:00 committed by GitHub
commit 9718c652ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;