diff --git a/studies/allelism_test/README.md b/studies/allelism_test/README.md
index 8122d1cd53d8b8ae03ac1f8d30f78e6e998dbe4a..29cfcd247f5be15b1db04fa92e44207265025e33 100644
--- a/studies/allelism_test/README.md
+++ b/studies/allelism_test/README.md
@@ -4,19 +4,14 @@ Complementation crosses were performed to confirm that *lwd1* and *eam7* are all
 
 **Study overview:**
 
-	input: parent plants (lwd1 mutants, BW(Ppd-H1,eam7), BW(Ppd-H1), GP-fast)
-
-		-> assay: complementation_crosses
-			output: F1 plants
-			
-			-> assay: DNA_extraction
-				output: F1 DNA samples
-
-				-> assay: plant_genotyping
-					output: F1 genotype information
-			
-			-> assay: plant_phenotyping
-				output: F1 flowering data
+```mermaid
+   flowchart TD;
+       A[parent plants] -->  | complementation_crosses | B[F1 plants];
+	   B --> | DNA_extraction | C[F1 DNA samples]
+	   C --> | plant_genotyping | D[F1 genotype info]
+	   B --> | plant_phenotyping | E[F1 flowering data]
+```
 
+**Publication:**
 
 Results can be found in Figure 6 and Supplemental Figure S8.
\ No newline at end of file