Skip to content

Commit 6b7bce9

Browse files
authored
chore: typo in getting-started.mdx (#155)
fix wrong url in example
1 parent e9a68fa commit 6b7bce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To load an image via a browser, you may use the `fetchURL` function:
9292
```ts
9393
import { fetchURL } from 'image-js';
9494

95-
let image = await fetchURL('https:://example.com/image.jpg');
95+
let image = await fetchURL('https://example.com/image.jpg');
9696
image = image.grey();
9797
```
9898

0 commit comments

Comments
 (0)