Skip to content

Commit

Permalink
add refugee banner
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Feb 27, 2018
1 parent ddd3122 commit e2b0d3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Mock http requests made using fetch
[![bitHound Dependencies](https://www.bithound.io/github/wheresrhys/fetch-mock/badges/dependencies.svg)](https://www.bithound.io/github/wheresrhys/fetch-mock/master/dependencies/npm)
[![bitHound Dev Dependencies](https://www.bithound.io/github/wheresrhys/fetch-mock/badges/devDependencies.svg)](https://www.bithound.io/github/wheresrhys/fetch-mock/master/dependencies/npm)
[![bitHound Code](https://www.bithound.io/github/wheresrhys/fetch-mock/badges/code.svg)](https://www.bithound.io/github/wheresrhys/fetch-mock)

<div style="padding: 10px; border: 4px dashed; font-size: 1.2em;">
I devote a lot of time to maintaining fetch-mock for free. I don't ask for payment, but am raising money for a refugee charity - <a href="https://www.justgiving.com/fundraising/rhys-evans-walk">please consider donating</a>
</div>
7 changes: 6 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ The library will run in most JavaScript environments, including nodejs, web work

As well as shorthand methods for the simplest use cases, it offers a flexible API for customising all aspects of mocking behaviour.

* Uses `async / await` - for older node versions use v5, or require the transpiled version: require('fetch-mock/es5/server') *
**Uses `async / await` - for older node versions use v5, or require the transpiled version: require('fetch-mock/es5/server')**

<div style="padding: 10px; border: 4px dashed; font-size: 1.2em;">
I devote a lot of time to maintaining fetch-mock for free. I don't ask for payment, but am raising money for a refugee charity - <a href="https://www.justgiving.com/fundraising/rhys-evans-walk">please consider donating</a>
</div>


## These docs are for v6

Expand Down

0 comments on commit e2b0d3e

Please sign in to comment.