diff --git a/README.md b/README.md
index a5a55996640828585121559dca5b199b9c3ebe49..588555e968b938eb78871fe9aee99442d55c364b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This repository contains a `Dockerfile` used to build the `edna_tools` docker im
 - [`vsearch`](https://github.com/torognes/vsearch)
 - [`ecoprimers`](https://git.metabarcoding.org/obitools/ecoprimers/-/wikis/home)
 
-The docker image itself is hosted on [docker hub](https://hub.docker.com/repository/docker/thesanc/edna_tools). It allows to run a container with all the software needed for eDNA analysis. Independently from your operating system, ubuntu is launched with all the software pre-installed in a self-contained environment. 
+The docker image itself is hosted on [dockerhub](https://hub.docker.com/repository/docker/thesanc/edna_tools). It allows to run a container with all the software needed for eDNA analysis. Independently from your operating system, ubuntu is launched with all the software pre-installed in a self-contained environment. 
 
 Keep in mind that any modifications made inside the container (e.g. packages newly installed or files modified) will be lost after stopping it. Therefore, you need to use the `-v` argument (or use the dedicated field in docker desktop) to mount the local files inside the container as explained in the tutorial bellow. Modification made to the mounted files will not be lost and you can even create new files from inside the container in the mounted path.