Skip to content

Commit 8bd75e1

Browse files
committed
readme fix
1 parent 9a9ddbc commit 8bd75e1

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
@@ -116,7 +116,7 @@ To extract data for multiple time periods, add multiple time periods to `date`.
116116
```r
117117
#### Daily data in March 2021
118118
r_daily <- bm_raster(roi_sf = roi_sf,
119-
product_id = "VNP46A3",
119+
product_id = "VNP46A2",
120120
date = seq.Date(from = ymd("2021-03-01"), to = ymd("2021-03-31"), by = "day"),
121121
bearer = bearer)
122122

0 commit comments

Comments
 (0)