diff --git a/README.md b/README.md
index 794ba4b..24cb01e 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,12 @@
# ASAP : Automated Single-cell Analysis Pipeline
-Here are the source codes used on the server to run the different tools available on ASAP.
+Here are the source codes used on the server to run the different tools available on ASAP.
+Currently, this code is running on the BETA version of ASAP, but the original website is still accessible here.
Mostly, this is composed of:
-- R scripts (for most of the tools)
-- Python script (for ZIFA visualization method)
+- R & Python scripts (for most of the tools)
+- Java code (for handling the Loom files, generating the JSON, handling the fast-no-RAM computations)
- [Ruby-On-Rails Server code](https://github.com/fabdavid/asap_web)
- [Docker file](https://github.com/fabdavid/asap2_web)
-Please visit ASAP for more information and references of the different tools
+Please visit ASAP for more information.