diff --git a/README.md b/README.md
index 90c152e..d345675 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# admiralpeds
+
+
+[](https://pharmaverse.org)
+[![CRAN status](https://www.r-pkg.org/badges/version/admiralpeds)](https://CRAN.R-project.org/package=admiralpeds)
+[![Test Coverage](https://raw.githubusercontent.com/pharmaverse/admiralpeds/badges/main/test-coverage.svg)](https://github.com/pharmaverse/admiral/actions/workflows/code-coverage.yml)
+
+
+
Pediatrics extension package for ADaM in R Asset Library `{admiral}`
## Purpose
@@ -9,6 +17,12 @@ to develop specifics for pediatric clinical trials.
## Installation
+The package is available from CRAN and can be installed with:
+
+```r
+install.packages("admiralpeds")
+```
+
To install the development version of the package from GitHub run:
```r