Skip to content

Commit 3625a20

Browse files
Merge pull request #103 from pheyvaer/master
Fix #101
2 parents f7b30df + 48a0cad commit 3625a20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ This library offers two main types of functionality:
5050

5151
### Reading and writing data
5252
The `fetch` method mimics
53-
the browser's [`fetch` API]((https://fetch.spec.whatwg.org/)).
53+
the browser's [`fetch` API]((https://fetch.spec.whatwg.org/)):
54+
it has the same signature and also returns a promise that resolves to the response to the request.
5455
You can use it to access any kind of HTTP(S) document,
5556
regardless of whether that document is on a Solid pod:
5657

0 commit comments

Comments
 (0)