Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonda2208 committed Mar 28, 2019
1 parent 6b4faf4 commit 27cd28d
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 @@ -5,7 +5,7 @@ Simple rules engine


```go
// (a < '22019-03-28T11:39:43+07:00' && b in (1, 2, 3)) || (c != "string" && d >= 4)
// (a < '2019-03-28T11:39:43+07:00' && b in (1, 2, 3)) || (c != "string" && d >= 4)
r := []byte(`
{
"comparator": "||",
Expand Down

0 comments on commit 27cd28d

Please sign in to comment.