From da74bd89aa061485043c40d0fa3972684948c525 Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Fri, 4 Oct 2019 12:44:00 +0200 Subject: [PATCH] Update Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f3412b..618c90e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # CenterDevice API Client for Rust -[![Linux Build Status](https://circleci.com/gh/CenterDevice/centerdevice-rs.svg?style=shield)](https://circleci.com/gh/CenterDevice/centerdevice-rs) [![codecov](https://codecov.io/gh/centerdevice/centerdevice-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/centerdevice/centerdevice-rs) [![GitHub release](https://img.shields.io/github/release/centerdevice/centerdevice-rs.svg)](https://github.com/centerdevice/centerdevice-rs/releases) [![](https://img.shields.io/crates/v/centerdevice-rs.svg)](https://crates.io/crates/centerdevice-rs) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?label=License)](./LICENSE) +[![](https://img.shields.io/crates/v/centerdevice-rs.svg)](https://crates.io/crates/centerdevice-rs) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?label=License)](./LICENSE) `centerdevice-rs` is a partial [Rust](https://rust-lang.org) API binding library for [CenterDevice](https://centerdevice.de). +Please note this crate is an alpha version and not officially supported. Still, feel free to use it and to report any issues you may encounter. We will try our best to sort it out. + ## Changelog Please see the [CHANGELOG](CHANGELOG.md) for a release history.