From cf21c85b66f5d9f348ab24906f8a92a2329183fe Mon Sep 17 00:00:00 2001 From: Matthew York Date: Sun, 23 Mar 2014 19:07:49 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88bedaa2..2752a31b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ If you would like to override the default calendar that DateTools uses, simply c ####Date Editing -The date editing makes it easy to make a date earlier or later by adding and subtracting date components. For instance, if you would like a date that is 1 year later from a given date, simply call the method dateByAddingYears. +The date editing methods in NSDate+DateTools makes it easy to shift a date earlier or later by adding and subtracting date components. For instance, if you would like a date that is 1 year later from a given date, simply call the method dateByAddingYears. With DateTools, this: ```objc