From 3a4ac77b1674e01904fa4d117275d2845f905f1f Mon Sep 17 00:00:00 2001 From: James McMahon Date: Thu, 19 Sep 2024 09:12:30 +0100 Subject: [PATCH] Fix typo --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 8c40947..d8c8d04 100644 --- a/README.Rmd +++ b/README.Rmd @@ -48,7 +48,7 @@ remotes::install_github("Public-Health-Scotland/phsopendata", ### Downloading a data table with `get_resource()` -To extract a specific resource, you will need it's unique identifier - resource id. This can be found in the dataset metadata, the URL of a resource's page on https://www.opendata.nhs.scot/, or extracted using `list_resources()`. +To extract a specific resource, you will need its unique identifier - resource id. This can be found in the dataset metadata, the URL of a resource's page on https://www.opendata.nhs.scot/, or extracted using `list_resources()`. ```{r example resource, eval = FALSE} library(phsopendata)