Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrxx authored Jul 7, 2016
1 parent 355811e commit 73e09ef
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 @@ -75,7 +75,7 @@ Prism offers a lot of freedom to let you customize your own templates, however,

_ColorFormatter.coffee_ This is where the format is registered
```coffeescript
# This is were formats are registred, the ID must be unique, the name is a human readable mini description, the format is used to use a custom file extension when saving colors to a file
# This is were formats are registered, the ID must be unique, the name is a human readable mini description, the format is used to use a custom file extension when saving colors to a file
FORMATS: [
{ id: "HEX", name: "HEX CSS", format: "colors.css" }
{ id: "RGBA_CSS", name: "RGBA CSS", format: "colors.css" }
Expand Down

0 comments on commit 73e09ef

Please sign in to comment.