From 24a9a369c7e9be13c645328d03dbf418281bed81 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sat, 13 Dec 2014 14:15:57 +0300 Subject: [PATCH] Add Travis CI and EM badges --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0e4803..72b68b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Compass.js +# Compass.js [![Build Status](https://travis-ci.org/ai/compass.js.svg)](https://travis-ci.org/ai/compass.js) Compass.js allows you to get compass heading in JavaScript. Today we haven’t any standard way to get compass data, @@ -14,11 +14,12 @@ but there are two proprietary APIs and one hack: This library hides all this magic and APIs from you, autodetects available way and provides clean and simple API for your geolocation web app. -Sponsored by [Evil Martians]. + +Sponsored by Evil Martians + [PhoneGap has]: http://docs.phonegap.com/phonegap_compass_compass.md.html [Safari adds]: http://developer.apple.com/library/safari/#documentation/SafariDOMAdditions/Reference/DeviceOrientationEventClassRef/DeviceOrientationEvent/DeviceOrientationEvent.html -[Evil Martians]: http://evilmartians.com/ ## Usage