Skip to content

Commit

Permalink
Fix README badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 14, 2024
1 parent 9cd9b2e commit e1adf3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# LED SHIM

[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/led-shim/test.yml?branch=main)](https://github.com/pimoroni/led-shim/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/led-shim/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/led-shim?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/led-shim/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/led-shim?branch=main)
[![PyPi Package](https://img.shields.io/pypi/v/ledshim.svg)](https://pypi.python.org/pypi/ledshim)
[![Python Versions](https://img.shields.io/pypi/pyversions/ledshim.svg)](https://pypi.python.org/pypi/led-shim)
[![Python Versions](https://img.shields.io/pypi/pyversions/ledshim.svg)](https://pypi.python.org/pypi/ledshim)

https://shop.pimoroni.com/products/led-shim

Expand All @@ -23,15 +23,15 @@ In the new terminal window type the command exactly as it appears below (check f
```bash
git clone https://github.com/pimoroni/led-shim
cd led-shim
./install
./install.sh
```

### Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, `cd` to the library directory, and run:

```bash
./install --unstable
./install.sh --unstable
```

In all cases you will have to enable the i2c bus:
Expand Down

0 comments on commit e1adf3e

Please sign in to comment.