diff --git a/README.md b/README.md index 16775d8..dcf0466 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10608848.svg)](https://doi.org/10.5281/zenodo.10608848) HTTP testing in R book ====================== diff --git a/index.Rmd b/index.Rmd index f630938..92220a7 100644 --- a/index.Rmd +++ b/index.Rmd @@ -12,6 +12,8 @@ description: "Best practice and tips for testing packages interfacing web resour url: 'https\://books.ropensci.org/http-testing/' --- +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10608848.svg)](https://doi.org/10.5281/zenodo.10608848) + # Preamble Are you working on an R package accessing resources on the web, be it a cat facts API, a scientific data source or your system for Customer relationship management?