Skip to content

Commit

Permalink
readme upd
Browse files Browse the repository at this point in the history
  • Loading branch information
krutoo committed Jun 28, 2024
1 parent 9d37038 commit f18044a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fetch-tools
# Fetch tools

Set of utilities for JS [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) function.

Expand All @@ -11,11 +11,11 @@ Set of utilities for JS [fetch](https://developer.mozilla.org/en-US/docs/Web/API
## Installation

```bash
# in Node.js
# in Node.js via NPM
npm add @krutoo/fetch-tools

# in Node.js via yarn
yarn add @krutoo/fetch-tools
# in Deno via JSR
deno add @krutoo/fetch-tools

# in Bun
bun add @krutoo/fetch-tools
Expand Down

0 comments on commit f18044a

Please sign in to comment.