Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robacarp committed Nov 25, 2018
1 parent c31a731 commit 01a8799
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# timecop.cr
[![Build Status](https://travis-ci.org/TobiasGSmollett/timecop.cr.svg?branch=master)](https://travis-ci.org/TobiasGSmollett/timecop.cr)

A [timecop](https://github.com/travisjeffery/timecop) inspire library allow "time travel", "freezing time" and "time acceleration" capabilities, making it simple to test time-dependent code.
A [timecop](https://github.com/travisjeffery/timecop) inspired library to allow easy manipulation of time in tests. Originally authored by [TobiasGSmollett](https://github.com/TobiasGSmollett).

## Installation

Add this to your application's `shard.yml`:

```yaml
```diff
dependencies:
timecop:
github: TobiasGSmollett/timecop.cr
+ timecop:
+ github: crystal-community/timecop.cr
```

## Usage
Expand Down Expand Up @@ -72,7 +70,8 @@ Pull Request Welcome

## Contributors

- [TobiasGSmollett](https://github.com/TobiasGSmollett) TobiasGSmollett - creator, maintainer
- [TobiasGSmollett](https://github.com/TobiasGSmollett) TobiasGSmollett - creator
- [Robacarp](https://github.com/robacarp)

## Thanks
Thanks to Travis Jeffery for his awesome work on [timecop](https://github.com/travisjeffery/timecop).

0 comments on commit 01a8799

Please sign in to comment.