diff --git a/README.md b/README.md
index da03876dda38588daadf1ef83943406771ef8d65..c613d212225ba02b0809f343fd2e6f26fb2f2e8f 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ You will see that the django-prometheus plugin will expose general statistics li
 * HTTP response times,
 * CRUD operations on models that have been extended with the ```ExportModelOperationsMixin``` class.
 
-Example metric exposed by this plugin:
+Example metric exposed by this plugin (for a full list see ```example-exposed-metrics.txt```):
 
 ```
 # HELP django_model_inserts_total Number of insert operations by model.