From b5e31e60f19ce4ba4c4ab0034568681fb13a1abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Thu, 28 May 2015 21:44:25 +0100 Subject: [PATCH] docs(README.md): add gitter badge and CDN info to README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eadb8e4..a5daf1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Showdown](https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png) -[![Build Status](https://travis-ci.org/showdownjs/showdown.svg?branch=master)](https://travis-ci.org/showdownjs/showdown) [![npm version](https://badge.fury.io/js/showdown.svg)](http://badge.fury.io/js/showdown) [![Bower version](https://badge.fury.io/bo/showdown.svg)](http://badge.fury.io/bo/showdown) +[![Build Status](https://travis-ci.org/showdownjs/showdown.svg?branch=master)](https://travis-ci.org/showdownjs/showdown) [![npm version](https://badge.fury.io/js/showdown.svg)](http://badge.fury.io/js/showdown) [![Bower version](https://badge.fury.io/bo/showdown.svg)](http://badge.fury.io/bo/showdown) [![Join the chat at https://gitter.im/showdownjs/showdown](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/showdownjs/showdown?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ------ @@ -21,6 +21,11 @@ You can download the latest release tarball directly from https://github.com/sho npm install showdown +### CDN + +You can also use github CDN directly in your html file(s). + + https://cdn.rawgit.com/showdownjs/showdown//dist/showdown.min.js ## Browser Compatibility