From 76a60a5b103ab1753cf5ae5f0977afff91423349 Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Wed, 3 Aug 2016 17:05:28 -0400 Subject: [PATCH] Fixed logo size and alignment (#22) * testing align value * test * change url * update logo url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8b28b6..1023f72 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # angular-json-calendar - +angular-json-calendar + + [![MIT License][license_image]][license_url] [![Coverage Status][coverage_image]][coverage_url] [![NPM version][npm_version_image]][npm_url] A calendar module that focuses on providing the data needed to construct a calendar without being constrained to specific styles and layouts. - Over the span of a year and a half, three separate projects I was on needed a calendar. Each time I searched through the popular calendar and date modules (and there are a _lot_) hoping to find something. I mean, who really wants to deal with date and time? Unfortunately, on each occasion,