From 0592c2a688e0e4a60cc2345c3f932ce92328b431 Mon Sep 17 00:00:00 2001 From: naoh Date: Mon, 12 Dec 2016 12:34:06 +0800 Subject: [PATCH] Add CDNJS version badge in readme This will add the badge to show its version on CDNJS and also link to its page on CDNJS! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9db6dc4..6672dd0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Angular Payments +[![CDNJS](https://img.shields.io/cdnjs/v/zumper-angular-payments.svg)](https://cdnjs.com/libraries/zumper-angular-payments) + An Angular Module that provides directives for *formatting* and *validating* forms related to payments. Also, it ships with a directive that makes it easy to integrate with Stripe's wonderful stripe.js. ![animated example of using Angular Payments](example/example.gif)