diff --git a/README.md b/README.md
index df15b1b7..082d20c1 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,9 @@
-[![](https://www.r-pkg.org/badges/version/tinytable?color=green.png)](https://cran.r-project.org/package=tinytable)
-[![](https://img.shields.io/badge/license-GPLv3-blue.png)](https://github.com/vincentarelbundock/tinytable/blob/main/LICENSE.md)
-
+
+
+
## What?
@@ -52,7 +48,7 @@ three pillars:
modify the actual text in each cell to style it. Keeping data and
style separate allows `tinytable` to create human-readable files
which are easy to edit, debug, and extend. It also enables
- developers to keep a tidy code base, with minimal use of messy
+ developers to keep a simpler code base, with minimal use of messy
regular expressions.
2. *Flexibility.* Users’ needs are extremely varied, and a
diff --git a/README.qmd b/README.qmd
index 2a19c61f..22ae51df 100644
--- a/README.qmd
+++ b/README.qmd
@@ -4,13 +4,8 @@
-[![](https://www.r-pkg.org/badges/version/tinytable?color=green)](https://cran.r-project.org/package=tinytable)
-[![](https://img.shields.io/badge/license-GPLv3-blue)](https://github.com/vincentarelbundock/tinytable/blob/main/LICENSE.md)
-
+
+
@@ -44,7 +39,7 @@ There are already many excellent table-drawing packages in the `R` ecosystem. Wh
To achieve these goals, the design philosophy of `tinytable` rests on three pillars:
-(1) _Data is separate from style._ The code that this package creates keeps the content of a table separate from the style sheet that applies to its cells. This is in contrast to other `R` packages that modify the actual text in each cell to style it. Keeping data and style separate allows `tidytable` to create human-readable files which are easy to edit, debug, and extend. It also enables developers to keep a tidy code base, with minimal use of messy regular expressions.
+(1) _Data is separate from style._ The code that this package creates keeps the content of a table separate from the style sheet that applies to its cells. This is in contrast to other `R` packages that modify the actual text in each cell to style it. Keeping data and style separate allows `tinytable` to create human-readable files which are easy to edit, debug, and extend. It also enables developers to keep a simpler code base, with minimal use of messy regular expressions.
(2) _Flexibility._ Users' needs are extremely varied, and a table-drawing package must be flexible enough to accomodate different ideas. To achieve this, `tinytable` builds on battle-tested and versatile frameworks like `Bootstrap` for HTML and `tabularray` for LaTeX.