Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 13, 2024
1 parent f6bc8ed commit 6969c91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6969c91

Please sign in to comment.