Skip to content

Commit

Permalink
Fix invalid JSON (#145)
Browse files Browse the repository at this point in the history
Trailing comma is invalid
  • Loading branch information
samtstern authored Jul 10, 2020
1 parent 69eb637 commit b577b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .opensource/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"platforms": [ "Android" ],
"content": "README.md",
"tabs": [
{ "title": "Documentation", "href": "https://runningcode.github.io/fladle/" },
{ "title": "Documentation", "href": "https://runningcode.github.io/fladle/" }
]
}
}

0 comments on commit b577b2c

Please sign in to comment.