diff --git a/README.Rmd b/README.Rmd
index aaad2d2e..2bca132c 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -104,6 +104,7 @@ Extending the package to add new templates is a somewhat simple process (details
- [Adam Kirosingh](https://github.com/akirosingh/CV)
- [Marco Lombardi](https://github.com/mlombardi6/awesome-template)
- [Anthony Romero](https://github.com/ganthonyr/CV)
+- [André Calero Valdez](https://github.com/sumidu/acv) This version uses a database to manage the content and automatically updates the content once a week using Github actions. PDF is then added as a release after rendering. Also uses a forked version of the package to remove the trailing dot in brief entries.
Add your vitae to the list using a PR.
diff --git a/README.md b/README.md
index d065e223..a75345d4 100644
--- a/README.md
+++ b/README.md
@@ -78,15 +78,21 @@ There are currently 6 templates available in this package:
| [**vitae::awesomecv**](https://pkg.mitchelloharawild.com/vitae/reference/awesomecv.html) | [**vitae::hyndman**](https://pkg.mitchelloharawild.com/vitae/reference/hyndman.html) |
|--------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
-| [](https://pkg.mitchelloharawild.com/vitae/reference/awesomecv.html) | [](https://pkg.mitchelloharawild.com/vitae/reference/hyndman.html) |
+| [](https://pkg.mitchelloharawild.com/vitae/reference/awesomecv.html) | [](https://pkg.mitchelloharawild.com/vitae/reference/hyndman.html) |
| [**vitae::latexcv**](https://pkg.mitchelloharawild.com/vitae/reference/latexcv.html) | [**vitae::markdowncv**](https://pkg.mitchelloharawild.com/vitae/reference/markdowncv.html) |
|----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
-| [](https://pkg.mitchelloharawild.com/vitae/reference/latexcv.html) | [](https://pkg.mitchelloharawild.com/vitae/reference/markdowncv.html) |
+| [](https://pkg.mitchelloharawild.com/vitae/reference/latexcv.html) | [](https://pkg.mitchelloharawild.com/vitae/reference/markdowncv.html) |
| [**vitae::moderncv**](https://pkg.mitchelloharawild.com/vitae/reference/moderncv.html) | [**vitae::twentyseconds**](https://pkg.mitchelloharawild.com/vitae/reference/twentyseconds.html) |
|------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
-| [](https://pkg.mitchelloharawild.com/vitae/reference/moderncv.html) | [](https://pkg.mitchelloharawild.com/vitae/reference/twentyseconds.html) |
+| [](https://pkg.mitchelloharawild.com/vitae/reference/moderncv.html) | [](https://pkg.mitchelloharawild.com/vitae/reference/twentyseconds.html) |
Extending the package to add new templates is a somewhat simple process
(details in the [creating vitae
@@ -112,6 +118,11 @@ vignette).
- [Adam Kirosingh](https://github.com/akirosingh/CV)
- [Marco Lombardi](https://github.com/mlombardi6/awesome-template)
- [Anthony Romero](https://github.com/ganthonyr/CV)
+- [André Calero Valdez](https://github.com/sumidu/acv) This version uses
+ a database to manage the content and automatically updates the content
+ once a week using Github actions. PDF is then added as a release after
+ rendering. Also uses a forked version of the package to remove the
+ trailing dot in brief entries.
Add your vitae to the list using a PR.