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
-[![R build
-status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/styler/actions)
-[![Life cycle:
-stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
-[![codecov test
-coverage](https://app.codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler)
-[![CRAN
-Status](https://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
+[![R build status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/styler/actions)
+[![Lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
+[![Test coverage](https://codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler?branch=main)
+[![CRAN Status](https://www.r-pkg.org/badges/version/styler)](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
[![R build
status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/styler/actions)
-[![Life cycle:
-stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
-[![codecov test
-coverage](https://app.codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler)
+[![Lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
+[![Test
+coverage](https://codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler?branch=main)
[![CRAN
Status](https://www.r-pkg.org/badges/version/styler)](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"