1diff --git a/content/projects/_index.md b/content/projects/_index.md
2index 933581dd64459348d89c37eab9f8e221495ccbda..922a6c4d3011eeaa51043af013c9172aa5243003 100644
3--- a/content/projects/_index.md
4+++ b/content/projects/_index.md
5@@ -11,10 +11,10 @@
6 - [Hub Watcher](https://gabrielgio.gitlab.io/hub-watcher/)
7 [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/hub-watcher)
8
9- A small project to monitor changes in docker image from [docker
10+ A small project to monitor changes in a docker image from [docker
11 hub](https://hub.docker.com/). By default every 5 minutes it will fetch the
12- digest of image and compare with the previous returted digest, if they are
13- different it will make a post request to a given url.
14+ digest of image and compare with the previous returned digest, if they are
15+ different it will make a post request to a given url.
16
17 I created it so I can automatically trigger my gitlab pipeline to build my
18 custom nextcloud image everytime Nextcloud GmbH updates their image.