From 84fb37fb111529d800a7d0923cf2e316d4470e6e Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 25 Dec 2016 19:19:27 +0700 Subject: [PATCH] Make expired.in description less ambiguous --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4393a15..dfd59b9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Returns a boolean relating to whether the resource has expired or not. `true` me #### expired.in(headers) -Returns the amount of milliseconds until the resource will expire. If the resource has already expired it will return a negative integer. +Returns the amount of milliseconds from the current date until the resource will expire. If the resource has already expired it will return a negative integer. #### expired.on(headers)