diff --git a/README.md b/README.md index 51401a7..eead1b0 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ This package facilitates performing matching-adjusted indirect comparison (MAIC) ## installation code ``` devtools::install_github( - "roche/MAIC" + "roche/MAIC", + ref = "main" ) ```