Skip to content

Commit 0b1fbda

Browse files
authored
docs: added links to each badge (#10)
1 parent 7a40a12 commit 0b1fbda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# OpenAI API for Rust
22

3-
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/openai-rs/openai-api/rust.yml?style=flat-square)
4-
![Crates.io](https://img.shields.io/crates/v/openai_api_rust?style=flat-square)
5-
![Crates.io](https://img.shields.io/crates/d/openai_api_rust?style=flat-square)
6-
![GitHub](https://img.shields.io/github/license/openai-rs/openai-api?style=flat-square)
3+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/openai-rs/openai-api/rust.yml?style=flat-square)](https://github.com/openai-rs/openai-api/actions)
4+
[![Crates.io](https://img.shields.io/crates/v/openai_api_rust?style=flat-square)](https://crates.io/crates/openai_api_rust/versions)
5+
[![Crates.io](https://img.shields.io/crates/d/openai_api_rust?style=flat-square)](https://crates.io/crates/openai_api_rust)
6+
[![GitHub](https://img.shields.io/github/license/openai-rs/openai-api?style=flat-square)](https://github.com/openai-rs/openai-api/blob/main/LICENSE)
77

88
A community-maintained library provides a simple and convenient way to interact with the OpenAI API.
99
No complex async and redundant dependencies.

0 commit comments

Comments
 (0)