From 153f80bc22e61de476440efeb3eb4d4e1a8b9a5b Mon Sep 17 00:00:00 2001
From: Michael Boniface <m.j.boniface@soton.ac.uk>
Date: Fri, 21 Feb 2025 11:53:01 +0000
Subject: [PATCH] updated usage example to readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ee6fe35..55e9c9f 100644
--- a/README.md
+++ b/README.md
@@ -212,7 +212,7 @@ acmc phen copy -v v1.0.3
 	Use the following `acmc` command to compare the previous version (`v1.0.3`) with the latest version in the repository:
 
 ```bash
-python acmc.py phen diff -old ./workspace/v1.0.3/
+acmc phen diff -old ./workspace/v1.0.3/
 ```
 
 10. **Publish the phenotype at the next version**
-- 
GitLab