Merge pull request #6 from sommersoft/readme_fix_travis

Update README Travis Badge
This commit is contained in:
Kattni 2018-12-21 13:37:32 -06:00 committed by GitHub
commit be4917dd00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,8 @@ Introduction
:target: https://discord.gg/nBQh6qu
:alt: Discord
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_FancyLED.svg?branch=master
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_FancyLED
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_FancyLED.svg?branch=master
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_FancyLED
:alt: Build Status
FancyLED is a CircuitPython library to assist in creating buttery smooth LED animation. It's loosely inspired by the FastLED library for Arduino, and in fact we have a "helper" library using similar function names to assist with porting of existing Arduino FastLED projects to CircuitPython.