Skip to content

Commit

Permalink
Fix JSON example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Jun 1, 2019
1 parent a7f715a commit 14397aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ Raw data of all emojis used to generate all other data files. Basic structure is
{
"categories": [
{
name: "Category name",
subcategories: [
"name": "Category name",
"subcategories": [
{
name: "Subcategory name",
emojis: [
"name": "Subcategory name",
"emojis": [
{
characters: "…",
"characters": "",
"keywords": {
"lang1": ["keyword1", "keyword2"],
"lang2": ["keyword1", "keyword2"],
Expand Down

0 comments on commit 14397aa

Please sign in to comment.