diff --git a/docs/index.html b/docs/index.html
index d5a3e51..0bff064 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1910,7 +1910,12 @@
const results = await geoblaze.sum(elevation_url, geometry, value => value >= 0);
-[2131]
+[2131]
+
+const population_url = "https://example.org/population.tif";
+const results = await geoblaze.sum(population_url, geometry, undefined, { vrm: [100, 100], rescale: true });
+
+[3154.25425]