From 48a8453a31785f0545feae8f86246291bc23bffc Mon Sep 17 00:00:00 2001 From: Jesse Gibson Date: Sun, 13 Mar 2016 21:38:50 -0600 Subject: [PATCH] Readme goodness Fabulous looking logo, falling back to our name if it can't load from the CloudUp CDN. Links to the company website, image sized to 40% of the readme window (980px). Sadly, GitHub won't allow SVG image files due to "security concerns". Pffft, security. Switched all the badges to pull from shields.io for a consistent look and feel. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f739c88..8463abca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# gun [![NPM downloads](https://img.shields.io/npm/dm/gun.svg?style=flat)](https://npmjs.org/package/gun) [![Build Status](https://travis-ci.org/amark/gun.svg?branch=master)](https://travis-ci.org/amark/gun) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/amark/gun?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +# [![gun](https://cldup.com/-Cq2s4HgZN.png)](http://gundb.io/) + +[![npm](https://img.shields.io/npm/dm/gun.svg)](https://www.npmjs.com/package/gun) +[![Travis](https://img.shields.io/travis/amark/gun/master.svg)](https://travis-ci.org/amark/gun) +[![Gitter](https://img.shields.io/gitter/room/amark/gun.js.svg)](https://gitter.im/amark/gun) GUN is a realtime, distributed, offline-first, graph database engine. Lightweight and powerful, at just **~9KB** gzipped.