From acb816f37da864cd9fa43813d465f8fc96b23979 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:35:19 -0700 Subject: [PATCH] Update Readme --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 85ccbd13..1b76b7cc 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,22 @@ +# arrayvec -arrayvec -======== -[![Crates.io: arrayvec](https://img.shields.io/crates/v/arrayvec.svg)](https://crates.io/crates/arrayvec) +[![crates.io: arrayvec](https://img.shields.io/crates/v/arrayvec.svg)](https://crates.io/crates/arrayvec) [![Documentation](https://docs.rs/arrayvec/badge.svg)](https://docs.rs/arrayvec) -[![Build Status](https://github.com/bluss/arrayvec/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/bluss/arrayvec/actions) - - - +[![Build Status](https://github.com/bluss/arrayvec/actions/workflows/ci.yml/badge.svg)](https://github.com/bluss/arrayvec/actions) [![License: Apache](https://img.shields.io/badge/License-Apache%202.0-red.svg)](LICENSE-APACHE) OR -[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT) A vector with fixed capacity. -Please read the [`API documentation here`](https://docs.rs/arrayvec) +Please read the [API documentation here](https://docs.rs/arrayvec). -# License +## License Dual-licensed to be compatible with the Rust project. Licensed under the Apache License, Version 2.0 -http://www.apache.org/licenses/LICENSE-2.0 or the MIT license -http://opensource.org/licenses/MIT, at your -option. This file may not be copied, modified, or distributed -except according to those terms. +https://www.apache.org/licenses/LICENSE-2.0 or the MIT license +https://opensource.org/license/mit, at your option. This file may not be copied, +modified, or distributed except according to those terms.