diff --git a/README.Rmd b/README.Rmd
index 3216f2a10..1dabfaa36 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -15,22 +15,18 @@ knitr::opts_chunk$set(
)
```
-# styler
+# {styler}: Non-Invasive Pretty Printing of R Code
-[](https://github.com/r-lib/styler/actions)
-[](https://lifecycle.r-lib.org/articles/stages.html)
-[](https://app.codecov.io/gh/r-lib/styler)
-[](https://cran.r-project.org/package=styler)
+[](https://github.com/r-lib/styler/actions)
+[](https://lifecycle.r-lib.org/articles/stages.html)
+[](https://app.codecov.io/gh/r-lib/styler?branch=main)
+[](https://cran.r-project.org/package=styler)
-# Overview
+# Overview
styler formats your code according to the [tidyverse style
guide](https://style.tidyverse.org) (or your custom style guide) so you can
diff --git a/README.md b/README.md
index c466344cc..d2b90ab80 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,21 @@
-# styler
+# {styler}: Non-Invasive Pretty Printing of R Code
[](https://github.com/r-lib/styler/actions)
-[](https://lifecycle.r-lib.org/articles/stages.html)
-[](https://app.codecov.io/gh/r-lib/styler)
+[](https://lifecycle.r-lib.org/articles/stages.html)
+[](https://app.codecov.io/gh/r-lib/styler?branch=main)
[](https://cran.r-project.org/package=styler)
-# Overview
+# Overview
styler formats your code according to the [tidyverse style
guide](https://style.tidyverse.org) (or your custom style guide) so you
diff --git a/inst/hextools/hexsticker.R b/inst/hextools/hexsticker.R
index ccf0dcdcc..b91b34b0f 100644
--- a/inst/hextools/hexsticker.R
+++ b/inst/hextools/hexsticker.R
@@ -13,7 +13,7 @@ showtext_auto()
project_root <- here::here()
# https://www.flaticon.com/free-icon/suit_1355137
-image <- image_read(file.path(project_root, "hextools", "suit.png"))
+image <- image_read(file.path(project_root, "inst", "hextools", "suit.png"))
manual_logo_path <- file.path(project_root, "man", "figures", "logo.png")
color_font <- "#b3c9e5"