From cdd3a560f8b79f7c9731d82080da809394b9c0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Monnom?= Date: Mon, 2 Jan 2023 22:19:29 +0100 Subject: [PATCH] correctly link the badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fae0eaf..96a02e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LiveKit: Native SDK -![crates.io](https://img.shields.io/crates/v/livekit.svg) +[![crates.io](https://img.shields.io/crates/v/livekit.svg)](https://crates.io/crates/livekit) [![Tests & Build](https://github.com/livekit/client-sdk-native/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/livekit/client-sdk-native/actions/workflows/rust.yml) > **Warning** > This SDK is a developer preview and is not ready for production use. There will be bugs and the APIs may change during this period.