diff --git a/README.md b/README.md index f37c0a6..c871bea 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Torrust Serde Bencode +# Serde Bencode -[![Checking](https://github.com/torrust/torrust-serde-bencode/actions/workflows/checking.yml/badge.svg)](https://github.com/torrust/torrust-serde-bencode/actions/workflows/checking.yml) [![Formatting](https://github.com/torrust/torrust-serde-bencode/actions/workflows/formatting.yml/badge.svg)](https://github.com/torrust/torrust-serde-bencode/actions/workflows/formatting.yml) [![Testing](https://github.com/torrust/torrust-serde-bencode/actions/workflows/testing.yaml/badge.svg)](https://github.com/torrust/torrust-serde-bencode/actions/workflows/testing.yaml) [![Benchmarking](https://github.com/torrust/torrust-serde-bencode/actions/workflows/benchmarking.yml/badge.svg)](https://github.com/torrust/torrust-serde-bencode/actions/workflows/benchmarking.yml) [![Coverage](https://github.com/torrust/torrust-serde-bencode/actions/workflows/coverage.yaml/badge.svg)](https://github.com/torrust/torrust-serde-bencode/actions/workflows/coverage.yaml) [![Crates.io](https://img.shields.io/crates/v/serde_bencode)](https://crates.io/crates/serde_bencode) [![docs.rs](https://img.shields.io/docsrs/serde_bencode)](https://docs.rs/serde_bencode) +[![Checking](https://github.com/toby/serde-bencode/actions/workflows/checking.yml/badge.svg)](https://github.com/toby/serde-bencode/actions/workflows/checking.yml) [![Formatting](https://github.com/toby/serde-bencode/actions/workflows/formatting.yml/badge.svg)](https://github.com/toby/serde-bencode/actions/workflows/formatting.yml) [![Testing](https://github.com/toby/serde-bencode/actions/workflows/testing.yaml/badge.svg)](https://github.com/toby/serde-bencode/actions/workflows/testing.yaml) [![Benchmarking](https://github.com/toby/serde-bencode/actions/workflows/benchmarking.yml/badge.svg)](https://github.com/toby/serde-bencode/actions/workflows/benchmarking.yml) [![Coverage](https://github.com/toby/serde-bencode/actions/workflows/coverage.yaml/badge.svg)](https://github.com/toby/serde-bencode/actions/workflows/coverage.yaml) [![Crates.io](https://img.shields.io/crates/v/serde_bencode)](https://crates.io/crates/serde_bencode) [![docs.rs](https://img.shields.io/docsrs/serde_bencode)](https://docs.rs/serde_bencode) A [Serde](https://github.com/serde-rs/serde) backed [Bencode](https://en.wikipedia.org/wiki/Bencode) encoding/decoding library for Rust. @@ -11,7 +11,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -torrust-serde-bencode = "^0.2.4" +serde_bencode = "^0.2.4" serde = "^1.0.0" serde_derive = "^1.0.0" ```