From bccb629a94590393df22161dac428691d2a96f79 Mon Sep 17 00:00:00 2001 From: Vahid Amiri Motlagh Date: Thu, 7 Jul 2016 06:17:39 +0430 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e38b541..ec40f0a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #EasyDateTime -EasyDateTime is a Jalali/Shamsi and Gregorian class based on jDateTimePlus that aims to simplify common DateTime tasks by abstracting the complex layers. It's the **simplest** solution for Jalali/Shamsi calendar issues in PHP. +EasyDateTime is a Jalali/Shamsi and Gregorian class based on jDateTimePlus that aims to simplify common DateTime tasks by abstracting the complex layers. It's probably the **simplest** solution for Jalali/Shamsi calendar issues in PHP. #About this class @@ -9,7 +9,7 @@ EasyDateTime is directly based on `jDateTimePlus` 1.0.0 which is itself based on #Requirements * **PHP >= 5.4**. -* Being based on jDateTimePlus, this package has a dependency on jDateTimePlus 1.0.0+ +* Being based on jDateTimePlus, this package has a dependency on jDateTimePlus 1.0.0+ #Installation