diff --git a/README.md b/README.md index 0c9aa23..c7013b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Graph Data Structure Library -[![Rust](https://github.com/juliuskoskela/gdsl/actions/workflows/build.yml/badge.svg)](https://github.com/juliuskoskela/gdsl/actions/workflows/build.yml) [![crates][]](https://crates.io/crates/gdsl/) ![license][] ![code_size][] +[![Rust](https://github.com/juliuskoskela/gdsl/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/juliuskoskela/gdsl/actions/workflows/build.yml) [![crates][]](https://crates.io/crates/gdsl/) ![license][] You can find the [API Documentation here](https://docs.rs/gdsl/latest/gdsl/) @@ -276,5 +276,4 @@ assert!(g['E'].take() == 21); me@juliuskoskela.dev [crates]: https://img.shields.io/crates/v/gdsl -[license]: https://img.shields.io/apm/l/vim-mode -[code_size]: https://img.shields.io/tokei/lines/github/juliuskoskela/gdsl \ No newline at end of file +[license]: https://img.shields.io/apm/l/vim-mode \ No newline at end of file