Skip to content

Commit

Permalink
update package name to @fastblob/fast-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Nov 2, 2022
1 parent 4ad1899 commit 98e747e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Usage

```js
import fetch from 'fast-fetch';
import fetch from '@fastblob/fast-fetch';
const response = await fetch('https://example.com/test.bin', {
fastFetch: {
mirrorURLs: ['https://anotherexample.com/test.bin']
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fast-fetch",
"name": "@fastblob/fast-fetch",
"version": "1.0.0",
"description": "JavaScript fetch in parallel and segmented way",
"main": "lib/index.js",
Expand Down

0 comments on commit 98e747e

Please sign in to comment.