Skip to content

Commit d6964b8

Browse files
committed
Update readme
1 parent 7ddf261 commit d6964b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The idea is to let configure things in a dynamic way without recompile of a prog
88

99
```ruby
1010
# Get the special price if
11-
user.Group() in ["good_customers", "collaborator"]
11+
user.Group in ["good_customers", "collaborator"]
1212

1313
# Promote article to the homepage when
1414
article.CommentCount > 100 and article.Category not in ["misc"]

0 commit comments

Comments
 (0)