Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Jan 3, 2019
1 parent 7a17b70 commit 9a90390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ Search Setting (content of ``movie-setting.json``):
"type_is_keyword": true
}
],
"title_field": "title", // title on Alfred drop down menu
"title_field": "{title} ({genres})", // title on Alfred drop down menu
"subtitle_field": "description", // subtitle on Alfred drop down menu
"arg_field": "movie_id", // argument for other workflow component
"autocomplete_field": "{movie_id} - {title}", // tab auto complete behavior
"icon_field": "/Users/sanhehu/.alfred-fts/movie-icon.png"
"icon_field": "/Users/<username>/.alfred-fts/movie-icon.png"
}
Expand Down Expand Up @@ -171,7 +171,7 @@ It is a dictonary with 6 fields:
"subtitle_field": "description", // subtitle on Alfred drop down menu
"arg_field": "movie_id", // argument for other workflow component
"autocomplete_field": "{movie_id} - {title}", // tab auto complete behavior
"icon_field": "/Users/sanhehu/.alfred-fts/movie-icon.png"
"icon_field": "/Users/<username>/.alfred-fts/movie-icon.png"
}
**Column Setting**:
Expand Down

0 comments on commit 9a90390

Please sign in to comment.