Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
chore: Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Oct 27, 2020
1 parent dd6e885 commit bc0a411
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Releases and changelog are automaticly handled by [semantic-release](https://git

All releases are based on Angular's [Git commit message](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) patterns.

See the [releases section](https://github.com/mutant-ws/fetch-node/releases) for details.
See the [releases section](https://github.com/asd14-xiv/fetch-node/releases) for details.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# fetch-node

Thin wrapper over [`node-fetch`](https://github.com/node-fetch/node-fetch). Sister libray of [`@mutant-ws/fetch-browser`](https://github.com/mutant-ws/fetch-browser).
Thin wrapper over [`node-fetch`](https://github.com/node-fetch/node-fetch). Sister libray of [`@asd14/fetch-browser`](https://github.com/asd-xiv/fetch-browser).

<!-- vim-markdown-toc GFM -->

Expand All @@ -22,13 +22,13 @@ Thin wrapper over [`node-fetch`](https://github.com/node-fetch/node-fetch). Sist
## Install

```bash
npm i @mutant-ws/fetch-node
npm i @asd14/fetch-node
```

## Initialize

```javascript
import { set } from "@mutant-ws/fetch-node"
import { set } from "@asd14/fetch-node"

set({
// Throws if not set and using relative paths
Expand All @@ -39,7 +39,7 @@ set({
### Default headers

```javascript
import { set } from "@mutant-ws/fetch-node"
import { set } from "@asd14/fetch-node"

set({
// Persistent headers
Expand All @@ -60,7 +60,7 @@ There is no built-in way to handle query params but you can set a custom
transform function.

```javascript
import { set } from "@mutant-ws/fetch-node"
import { set } from "@asd14/fetch-node"
import { stringify } from "qs"

set({
Expand All @@ -78,7 +78,7 @@ set({
## `GET`

```javascript
import { GET } from "@mutant-ws/fetch-node"
import { GET } from "@asd14/fetch-node"

const myIP = await GET("https://api.ipify.org", {
query: {
Expand All @@ -98,4 +98,4 @@ const myIP = await GET("https://api.ipify.org", {

## Changelog

See the [releases section](https://github.com/mutant-ws/fetch-node/releases) for details.
See the [releases section](https://github.com/asd-xiv/fetch-node/releases) for details.

0 comments on commit bc0a411

Please sign in to comment.