Commit cd18070b7abac7cf45b8481fbb7055d7ac8823c5
1 parent
e00e26d0
Exists in
master
and in
8 other branches
Updated wording
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -71,7 +71,7 @@ User.group_by_week(:created_at, time_zone: "Pacific Time (US & Canada)").count |
71 | 71 | # } |
72 | 72 | ``` |
73 | 73 | |
74 | -Time zone objects also work. In Rails, to see all available time zones, run `$ rake time:zones:all` | |
74 | +Time zone objects also work. To see a list of available time zones in Rails, run `rake time:zones:all`. | |
75 | 75 | |
76 | 76 | ### Week Start |
77 | 77 | ... | ... |