From 856a8227e562c8f2394aa5011d0c87386fd6a876 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Fri, 22 Sep 2023 11:48:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9bd384e..12455b25 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ install_github("r-tmap/tmap") pak::pak("r-tmap/tmap") # Or from r-universe -install.packages('tmap', repos = c('https://r-tmap.r-universe.dev', 'https://cloud.r-project.org')) +install.packages("tmap", repos = c("https://r-tmap.r-universe.dev", "https://cloud.r-project.org")) ``` See [NEWS](https://github.com/r-tmap/tmap/blob/master/NEWS.md) for the latest features and improvements and the [issue list](https://github.com/r-tmap/tmap/issues) for discussions of enhancements and bugs.