diff --git a/README.Rmd b/README.Rmd
index 4549bb9..530ba81 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -4,7 +4,7 @@ output: github_document
-```{r, include = FALSE}
+```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
@@ -18,7 +18,7 @@ knitr::opts_chunk$set(
-My notes and experiences learning R and RStudio, bundled as an R package (work-in-progress). The package is currently not yet functional, but you can read my [R Training Log](notebooks/r-training-log.Rmd) using the GitHub Pages URL: .
+`r packageDescription("rtraining", fields = "Description")` The package is currently not yet functional, but you can read my [R Training Log](notebooks/r-training-log.Rmd) using the GitHub Pages URL: .
## Installation