Skip to content

Commit 543a918

Browse files
Sorgelmarcbachmann
authored andcommitted
Add missing comma in example config in README (#262)
1 parent e5eff67 commit 543a918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ config = {
110110
"height": "28mm",
111111
"contents": {
112112
first: 'Cover page',
113-
2: 'Second page' // Any page number is working. 1-based index
113+
2: 'Second page', // Any page number is working. 1-based index
114114
default: '<span style="color: #444;">{{page}}</span>/<span>{{pages}}</span>', // fallback value
115115
last: 'Last Page'
116116
}

0 commit comments

Comments
 (0)