From 6969c917742e3420945440ed78b0ca1f7d8e3cdf Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 13 Jan 2024 15:07:28 -0500 Subject: [PATCH] readme --- README.qmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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