Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Fix unclosed string in example JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Henke committed Apr 4, 2014
1 parent 57aac1d commit 17865c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A `.json` file must contain a single array, where each item is a valid icon name
```js
[
"home",
"search,
"search",
"save",
"rss"
]
Expand Down Expand Up @@ -107,4 +107,4 @@ The tasks done by the build script are:
* Unzip it in the current working directory

## License
MIT
MIT

0 comments on commit 17865c5

Please sign in to comment.