Skip to content

Commit

Permalink
Fix build badge links
Browse files Browse the repository at this point in the history
  • Loading branch information
miketrebilcock authored Jun 17, 2018
1 parent db8384a commit 0aa05f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# js-pigpio

[![Build Tests](https://travis-ci.org/i-am-digital/js-pigpio.svg?branch=master)](https://travis-ci.org/i-am-digital/js-pigpio) [![Code Coverage](https://codecov.io/gh/i-am-digital/js-pigpio/branch/master/graph/badge.svg)](https://codecov.io/gh/i-am-digital/js-pigpio) [![npm version](https://badge.fury.io/js/js-pigpio.svg)](https://badge.fury.io/js/js-pigpio)[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Build Tests](https://travis-ci.org/miketrebilcock/js-pigpio.svg?branch=master)](https://travis-ci.org/miketrebilcock/js-pigpio) [![Code Coverage](https://codecov.io/gh/miketrebilcock/js-pigpio/branch/master/graph/badge.svg)](https://codecov.io/gh/miketrebilcock/js-pigpio) [![npm version](https://badge.fury.io/js/js-pigpio.svg)](https://badge.fury.io/js/js-pigpio)[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

A pure JS library for interacting with Raspberry Pi GPIO using the
[pigpio](http://abyz.co.uk/rpi/pigpio/index.html) daemon (for pwm, servo control, etc)
Expand Down

0 comments on commit 0aa05f0

Please sign in to comment.