Skip to content

Commit fc9d904

Browse files
authored
Update README.md
1 parent a526472 commit fc9d904

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
@@ -76,7 +76,7 @@ var url_to_geotiff_file = "example_4326.tif";
7676
fetch(url_to_geotiff_file)
7777
.then(response => response.arrayBuffer())
7878
.then(arrayBuffer => {
79-
parse_georaster(arrayBuffer).then(georaster => {
79+
parseGeoraster(arrayBuffer).then(georaster => {
8080
console.log("georaster:", georaster);
8181

8282
/*

0 commit comments

Comments
 (0)