diff --git a/README.Rmd b/README.Rmd index cb0efdd..ee8145b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -113,7 +113,7 @@ tar_dir({ # tar_dir() runs code from a temporary directory. ) }) tar_make() - x <- tar_read(terra_rast_example) + x <- tar_read(terra_vect_example) x }) ``` diff --git a/README.md b/README.md index f1888d3..c916954 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ tar_dir({ # tar_dir() runs code from a temporary directory. ) }) tar_make() - x <- tar_read(terra_rast_example) + x <- tar_read(terra_vect_example) x }) ```