diff --git a/README.md b/README.md
index 0f9fbfc01244d9140180eee18eb5477b2a56d165..193fb1c078e11c81931295464da33bfe636cb020 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,16 @@
 # Desktop and Massively Parallel Version of Tadah!MLIP
 
+Tadah!MLIP provides the command-line tool `tadah`, which can be used for developing machine learning interatomic potentials.
+
 This project can be compiled as either a desktop or MPI version.
 
-The user firendy README:
+Please refer to the online documentation for installation and usage instructions.
 
-[https://git.ecdf.ed.ac.uk/tadah](https://git.ecdf.ed.ac.uk/tadah)
+[https://tadah.readthedocs.io/](https://tadah.readthedocs.io/)
 
 ## For Developers
 
-For the Develop build, manual configuration is required to use local copies of `CORE`, `MLIP`, and other modules. This allows you to modify the code locally without needing to commit changes to the GitLab repository. For the Release build, all modules will be cloned automatically from the repository. Below configuration is not necessary in this case.
+For the `Develop` build, manual configuration is required to use local copies of `CORE`, `MLIP`, and other modules. This allows you to modify the code locally without needing to commit changes to the GitLab repository. For the `Release` build, all modules will be cloned automatically from the repository. Below configuration is not necessary in this case.
 
 - Add new branch or use `develop` branch.
 - Set `-DCMAKE_BUILD_TYPE=Develop` when building.