diff --git a/README.qmd b/README.qmd index c429c89a..c8652a16 100644 --- a/README.qmd +++ b/README.qmd @@ -49,9 +49,11 @@ To achieve these goals, the design philosophy of `tinytable` rests on three pill ## Installation -You can install the development version of tinytable from [GitHub](https://github.com/) with: +You can install `tinytable` from [GitHub](https://github.com/) with: + ``` r -remotes::install_github("vincentarelbundock/tinytable") +library(remotes) +install_github("vincentarelbundock/tinytable") ``` ## Get started