From 73e09efff6dbc605f8759d58bafbfb212ec88a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Rubio?= Date: Thu, 7 Jul 2016 10:50:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b39e76b..39894bb 100644 --- a/README.md +++ b/README.md @@ -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" }