Skip to content

Commit efc7bf5

Browse files
authored
Merge pull request #114 from chrisdwheatley/patch-1
Add missing comma to JSON example in readme
2 parents 5d59565 + 610b000 commit efc7bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Head elements such as `<title>`, `<meta>`, and `<style>` can be configured with
235235
"x0": {
236236
"title": "My Site",
237237
"meta": [
238-
{ "name": "twitter:card", "content": "summary" }
238+
{ "name": "twitter:card", "content": "summary" },
239239
{ "name": "twitter:image", "content": "kitten.png" }
240240
],
241241
"links": [

0 commit comments

Comments
 (0)