Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saudiwin committed Jul 16, 2022
1 parent 70eb087 commit d594ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output: github_document

# CoronaNetR Package

CoronaNet is a database on government responses to the COVID-19. To
CoronaNetR is a database on government responses to the COVID-19. To
date, this database provides the most comprehensive and granular
documentation of such government policies in the world, capturing data
for 18 broad policy categories alongside many other dimensions,
Expand All @@ -26,7 +26,7 @@ You can install the development version of CoronaNetR as
follows:

``` r
devtools::install_github("CoronaNetDataScience/CoronaNet")
devtools::install_github("CoronaNetDataScience/CoronaNetR")
```

# Core Functions
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# CoronaNetR Package

CoronaNet is a database on government responses to the COVID-19. To
CoronaNetR is a database on government responses to the COVID-19. To
date, this database provides the most comprehensive and granular
documentation of such government policies in the world, capturing data
for 18 broad policy categories alongside many other dimensions,
Expand All @@ -27,7 +27,7 @@ Event Dataset as R data frames.
You can install the development version of CoronaNetR as follows:

``` r
devtools::install_github("CoronaNetDataScience/CoronaNet")
devtools::install_github("CoronaNetDataScience/CoronaNetR")
```

# Core Functions
Expand Down

0 comments on commit d594ae0

Please sign in to comment.