Skip to content

Commit

Permalink
Correct example code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkace committed Apr 20, 2017
1 parent 3aaf44d commit 029fa96
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 @@ -72,8 +72,8 @@ let config = {
include : {
classNames : [
"all", // include the "all" group using default class names
":first-child" : "fc", // custom class name; below using function
"form" : (className) => className.replace(":", "")
{ ":first-child" : "fc" }, // custom class name; below using function
{ "form" : (className) => className.replace(":", "") }
],
tags : [
"div",
Expand Down

0 comments on commit 029fa96

Please sign in to comment.