diff --git a/_includes/read_time.html b/_includes/read_time.html
index 4136111be0..7a6f184fa4 100644
--- a/_includes/read_time.html
+++ b/_includes/read_time.html
@@ -1,3 +1,3 @@
{% assign words = include.content | number_of_words %}
- {% if words < 270 %} 1 min {% else %} {{ words | divided_by:135 }} mins {% endif %} read
+ {% if words < 270 %} 1 min {% else %} {{ words | divided_by:270 }} mins {% endif %} read