Skip to content

Commit

Permalink
Merge pull request #63 from stdll/patch-2
Browse files Browse the repository at this point in the history
example template: isbn13 wasn't included correctly
  • Loading branch information
anpigon authored Jan 7, 2023
2 parents 25c4be8 + b263b86 commit 0b40243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ author: [{{author}}]
publisher: {{publisher}}
publish: {{publishDate}}
total: {{totalPage}}
isbn: {{isbn10}} {{isbn1#template-variable-definition
isbn: {{isbn10}} {{isbn13}}
cover: {{coverUrl}}
status: unread
created: {{DATE:YYYY-MM-DD HH:mm:ss}}
Expand Down

0 comments on commit 0b40243

Please sign in to comment.