From a683878cf67cb131536ab60dbd29da5132c4d1e2 Mon Sep 17 00:00:00 2001 From: Tek Kshetri <39838116+iamtekson@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:57:48 -0600 Subject: [PATCH] typo correction in the main code section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3597d0..2999803 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ var url_to_geotiff_file = "example_4326.tif"; fetch(url_to_geotiff_file) .then(response => response.arrayBuffer()) .then(arrayBuffer => { - parse_georaster(arrayBuffer).then(georaster => { + parseGeoraster(arrayBuffer).then(georaster => { console.log("georaster:", georaster); /*