Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuskoskela committed Sep 7, 2022
1 parent db12b0c commit a76f2b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down Expand Up @@ -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
[license]: https://img.shields.io/apm/l/vim-mode

0 comments on commit a76f2b0

Please sign in to comment.