Skip to content

Commit

Permalink
make sure README uses terra_vect_example now terra_rast_example - tha…
Browse files Browse the repository at this point in the history
…nks to @geryan for finding this typo 🙏
  • Loading branch information
njtierney committed Apr 23, 2024
1 parent f944ad1 commit 7853db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
```
Expand Down

0 comments on commit 7853db1

Please sign in to comment.