diff --git a/README.md b/README.md
index b888547..a05870a 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,11 @@ Features
:arrow_right_hook: Customisable by passing keywords to underlying matplotlib functions colorbar, contour and imshow
+:arrow_right_hook: supports further customisable by supporting ```matplotlib.rc```
+```python
+import matplotlib
+matplotlib.rc('font', **{'family' : 'normal', 'size' : 22})
+```
|||
# Local install