diff --git a/README.md b/README.md
index 0b6f36cb1602b964e30703947e84b38ae144da1e..8bade1eb2627456e7d5c8d0cfcf32cad34cfc36a 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ transcript-generator --prob_inclusion <probability_inclusion> [--log "INFO"] <tr
 
 where the transcripts file should be csv-formatted, the annotation file gtf-formatted and the inclusion probability for introns a float in the range [0,1]. The log parameter is optional and can be one of `["CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"]`. The default is `INFO`.
 
+Sample Transcripts and Annotation files can be found in the repository under main/tests/resources.
 
 # Development