Skip to content

Commit cc8cae5

Browse files
committed
Add links.
1 parent 05ee09a commit cc8cae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const mutation = gql`
171171
`;
172172
```
173173

174-
To avoid the upload default file name `blob`, replace the `Blob` approach with `File`:
174+
To avoid the upload default file name `blob`, replace the [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) approach with [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File):
175175

176176
```ts
177177
new File(

0 commit comments

Comments
 (0)