From 2ae49f1b6a6a7f765181920e778988428d8928ed Mon Sep 17 00:00:00 2001 From: naoh Date: Tue, 18 Oct 2016 23:17:18 +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 7ccbeee..1821dfb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # jQuery requestAnimationFrame +[![CDNJS](https://img.shields.io/cdnjs/v/jquery-requestAnimationFrame.svg)](https://cdnjs.com/libraries/jquery-requestAnimationFrame) + Replaces the standard jQuery timer loop with `requestAnimationFrame` where supported. **Requires jQuery 1.8+**