From 8d27e67e335cd680408a4ffb5f868b96c29b0c31 Mon Sep 17 00:00:00 2001 From: idleberg Date: Sat, 18 Jul 2020 01:18:11 +0200 Subject: [PATCH] change badges --- readme.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.markdown b/readme.markdown index fa5cdc0..bfc9c2f 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,9 +1,8 @@ # Creative Commons Markdown -[![GitHub](https://img.shields.io/github/forks/idleberg/Creative-Commons-Markdown.svg?style=flat-square)](https://github.com/idleberg/Creative-Commons-Markdown/network) -[![GitHub](https://img.shields.io/github/release/idleberg/Creative-Commons-Markdown.svg?style=flat-square)](https://github.com/idleberg/Creative-Commons-Markdown/releases) -[![npm](https://img.shields.io/npm/v/cc-md.svg?style=flat-square)](https://www.npmjs.org/package/cc-md) - +[![npm](https://flat.badgen.net/npm/license/cc-md)](https://www.npmjs.org/package/cc-md) +[![npm](https://flat.badgen.net/npm/v/cc-md)](https://www.npmjs.org/package/cc-md) +[![CircleCI](https://flat.badgen.net/circleci/github/idleberg/Creative-Commons-Markdown)](https://circleci.com/gh/idleberg/Creative-Commons-Markdown) On November 25th, 2013, [Creative Commons](http://creativecommons.org/) announced their next generation licenses: [Creative Commons 4.0](https://creativecommons.org/weblog/entry/40768). By default, these are available as [HTML](http://creativecommons.org/licenses/) or [plaintext](http://creativecommons.org/weblog/entry/41127). This project adds [Markdown](http://daringfireball.net/projects/markdown/)-formatted licenses to that list, while aiming for best [compatibility on GitHub](https://github.github.com/gfm/).