Skip to content

Commit 9e8fee7

Browse files
authored
docs: A couple more README edits (#39)
1 parent d518760 commit 9e8fee7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -677,13 +677,10 @@ const response = await uploader
677677
);
678678
```
679679

680-
And there you were, learning all sorts of weird syntax, writing callbacks left and right to achieve things like this
681-
with interceptors in `axios` and `ky`. :smile:
682-
683680
### I want fancier!
684681

685682
If you feel you definitely need more, remember that `DrFetch` is a class. You can always extend it as per JavaScript's
686683
own rules.
687684

688685
Are you still stuck? [Open a new issue](https://github.com/WJSoftware/dr-fetch/issues) if you have an idea for a
689-
feature that cannot be easily achievable in "user land".
686+
feature that cannot be easily achieved in "user land".

0 commit comments

Comments
 (0)