Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mickrip committed Apr 30, 2016
1 parent 8e298b6 commit 57d5343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ glyph1.metadata = {
unicode: ['\uE001\uE002'],
name: 'icon1'
};
fontStream.write(glyph);
fontStream.write(glyph1);
// Multiple unicode values are possible
var glyph2 = fs.createReadStream('icons/icon1.svg');
glyph2.metadata = {
Expand Down

0 comments on commit 57d5343

Please sign in to comment.