Skip to content

Commit

Permalink
Position README link under the correct heading
Browse files Browse the repository at this point in the history
travisjeffery#42 concerns `#scale` not `#safe_mode`.
  • Loading branch information
aprescott committed Mar 20, 2014
1 parent a08ec70 commit 9f33ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Time.now
# => 2012-09-21 06:22:59 -0500
```

See [#42](https://github.com/travisjeffery/timecop/pull/42) for more information, thanks to Ken Mayer, David Holcomb, and Pivotal Labs.

### Timecop.safe_mode

Safe mode forces you to use Timecop with the block syntax since it always puts time back the way it was. If you are running in safe mode and use Timecop without the block syntax `Timecop::SafeModeException` will be raised to tell the user they are not being safe.
Expand All @@ -125,8 +127,6 @@ Timecop.freeze
# => Timecop::SafeModeException: Safe mode is enabled, only calls passing a block are allowed.
```

See [#42](https://github.com/travisjeffery/timecop/pull/42) for more information, thanks to Ken Mayer, David Holcomb, and Pivotal Labs.

## Contribute

timecop is maintained by [travisjeffery](http://github.com/travisjeffery), and
Expand Down

0 comments on commit 9f33ff9

Please sign in to comment.