Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasc committed Aug 14, 2014
1 parent 70c7945 commit 3675295
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 @@ -109,7 +109,7 @@ MongoidTraffic::Logger.log(unique_id: unique_id_string)
Logs access count by id:

```Ruby
{ "127.0.0.1" => 100, "88.198.50.152" => 1 }
{ "0123456789" => 100, "ABCDEFGHIJ" => 1 }
```

Typically you would pass it something like `session_id` to track unique visitors.
Expand Down

0 comments on commit 3675295

Please sign in to comment.