diff --git a/R/tt_bootstrap.R b/R/tt_bootstrap.R index 0e2f7ebf..e7927831 100644 --- a/R/tt_bootstrap.R +++ b/R/tt_bootstrap.R @@ -115,7 +115,7 @@ bootstrap_setting <- function(x, new, component = "row") { } else if (component == "cell") { idx <- grep("tinytable cells before this", out) } else if (component == "css") { - idx <- grep("tinytable css before this", out) + idx <- grep("", out, fixed = TRUE) } else if (component == "newrows") { idx <- grep("tinytable new rows before this", out) } diff --git a/README.md b/README.md index 1807bad4..2d433d72 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,11 @@ three pillars: ## 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 diff --git a/inst/templates/bootstrap.html b/inst/templates/bootstrap.html index 2640a63a..cd3b25a3 100644 --- a/inst/templates/bootstrap.html +++ b/inst/templates/bootstrap.html @@ -19,7 +19,6 @@ margin-left: auto; margin-right: auto; } -