Skip to content

Commit 4af107d

Browse files
Merge pull request #429 from tanrax/patch-1
Fix character in README
2 parents da93668 + 3fbfb60 commit 4af107d

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
@@ -236,7 +236,7 @@ or a `Blob`/`File`:
236236
```html
237237
<input type="file" id="file">
238238
<script>
239-
const input = document.getElementById('file'):
239+
const input = document.getElementById('file');
240240
input.onchange = async function() {
241241
const tiff = await fromBlob(input.files[0]);
242242
}

0 commit comments

Comments
 (0)