Merge pull request #192 from peternowee/fix-example-options-file

Mark options file example JSON and remove comments
This commit is contained in:
hacksalot 2018-01-24 23:46:50 -05:00 committed by GitHub
commit 36f5f46753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -482,11 +482,9 @@ hackmyresume BUILD resume.json -o path/to/options.json
The options file can contain any documented HackMyResume option, including
`theme`, `silent`, `debug`, `pdf`, `css`, and other settings.
```javascript
```json
{
// Set the default theme to "compact"
"theme": "compact",
// Change the "employment" section title text to "Work"
"sectionTitles": {
"employment": "Work"
}