diff --git a/README.md b/README.md index debb373..e60998a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Date [![Build Status](https://travis-ci.org/hmlb/date.svg?branch=master)](https://travis-ci.org/hmlb/date) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/hmlb/date/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/hmlb/date/?branch=master) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/hmlb/date/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/hmlb/date/?branch=master) + Immutable Date object that extends php's DateTime API. This is based on the awesome [nesbot/carbon](https://github.com/briannesbitt/Carbon) project.