Skip to content

Commit 9eb861d

Browse files
committed
add crates.io shields to README as release preparation
the links don't work yet as the crate hasn't been published yet, but this way they're already present in the README for v0.1.0.
1 parent bf99489 commit 9eb861d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Adafruit Bluefruit LE Connect Controller Protocol Parser
22
[![CI](https://github.com/rursprung/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rursprung/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml)
3+
[![Crates.io](https://img.shields.io/crates/v/adafruit-bluefruit-protocol)](https://crates.io/crates/adafruit-bluefruit-protocol)
4+
![Licenses](https://img.shields.io/crates/l/adafruit-bluefruit-protocol)
35

46
This implements the [Adafruit Bluefruit LE Connect controller protocol](https://learn.adafruit.com/bluefruit-le-connect/controller)
57
which is e.g. used by the [Adafruit Bluefruit LE UART Friend](https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-uart-friend).

0 commit comments

Comments
 (0)