diff --git a/README.md b/README.md index 8a8320b..d7c5710 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ library(httr) library(jsonlite) # Post to API -response <- httr::GET(url = "https://api.statworx.com/covid", encode = "json") +response <- httr::GET(url = "https://api.statworx.com/covid/de", encode = "json") # Convert to data frame content <- rawToChar(response$content) @@ -119,4 +119,4 @@ The API is built using Python 3 and deployed using [Google Cloud Run](https://cl ## Credits -If you have any questions or remarks, do not hesitate to open an issue or to contact us. Also, if you use our API in your website or product, it would be great, if you could add a link to our website: https://www.statworx.com. Thank you and stay healthy! \ No newline at end of file +If you have any questions or remarks, do not hesitate to open an issue or to contact us. Also, if you use our API in your website or product, it would be great, if you could add a link to our website: https://www.statworx.com. Thank you and stay healthy!