Skip to content

Commit

Permalink
docs: use absolute URIs (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored May 2, 2019
1 parent 2dad869 commit c703fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![npm version](https://img.shields.io/npm/v/gaxios.svg)](https://www.npmjs.org/package/gaxios)
[![codecov](https://codecov.io/gh/googleapis/gaxios/branch/master/graph/badge.svg)](https://codecov.io/gh/googleapis/gaxios)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts)

> An HTTP request client that provides an `axios` like interfance over top of `node-fetch`. Only really useful if you're trying to migrate from axios to the fetch.
> An HTTP request client that provides an `axios` like interfance over top of `node-fetch`.
## Install
```sh
Expand Down Expand Up @@ -138,4 +138,4 @@ gaxios.request({url: '/data'}).then(...);
```

## License
[Apache-2.0](LICENSE)
[Apache-2.0](https://github.com/googleapis/gaxios/blob/master/LICENSE)

0 comments on commit c703fd9

Please sign in to comment.