Skip to content

Commit

Permalink
Move link to annotated source code to the end of the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuTurcotte committed May 22, 2013
1 parent 9e7d5d9 commit f9ad27f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

Fibonacci and exponential backoffs for Node.js.

The annotated source code can be found at [mathieuturcotte.github.io/node-backoff/docs](http://mathieuturcotte.github.io/node-backoff/docs/).

## Installation

```
Expand Down Expand Up @@ -343,6 +341,10 @@ Emitted each time the wrapped function invokes its callback.

Emitted each time a backoff operation is started.

## Annotated source code

The annotated source code can be found at [mathieuturcotte.github.io/node-backoff/docs](http://mathieuturcotte.github.io/node-backoff/docs/).

## License

This code is free to use under the terms of the [MIT license](http://mturcotte.mit-license.org/).

0 comments on commit f9ad27f

Please sign in to comment.