Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzelvp committed Mar 24, 2012
1 parent aa66159 commit 65b7908
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 @@ -36,7 +36,7 @@ The badge getter is going to get called a little something like this:
def some_view(request):
user = request.user
if user.is_authenticated():
badges = badge_getter(request.user)
badges = badge_getter(user)
```

Your badge_getter method should take a User object and know how to get awarded
Expand Down

0 comments on commit 65b7908

Please sign in to comment.