Skip to content

Commit

Permalink
Merge pull request #7 from r-causal/LucyMcGowan-patch-1
Browse files Browse the repository at this point in the history
Update README.md to install from r-causal
  • Loading branch information
malcolmbarrett authored Dec 4, 2023
2 parents 7aab912 + cfccb3e commit d0cfa3f
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 @@ -29,7 +29,7 @@ You can install the development version of propensity from [GitHub](https://gith

``` r
# install.packages("devtools")
devtools::install_github("malcolmbarrett/propensity")
devtools::install_github("r-causal/propensity")
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can install the development version of propensity from

``` r
# install.packages("devtools")
devtools::install_github("malcolmbarrett/propensity")
devtools::install_github("r-causal/propensity")
```

## Example
Expand Down

0 comments on commit d0cfa3f

Please sign in to comment.