Skip to content

Commit 8a7c821

Browse files
atouchetbluss
authored andcommitted
Update Readme
1 parent 2464b9b commit 8a7c821

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
1+
# arrayvec
12

2-
arrayvec
3-
========
4-
[![Crates.io: arrayvec](https://img.shields.io/crates/v/arrayvec.svg)](https://crates.io/crates/arrayvec)
3+
[![crates.io: arrayvec](https://img.shields.io/crates/v/arrayvec.svg)](https://crates.io/crates/arrayvec)
54
[![Documentation](https://docs.rs/arrayvec/badge.svg)](https://docs.rs/arrayvec)
6-
[![Build Status](https://github.com/bluss/arrayvec/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/bluss/arrayvec/actions)
7-
8-
9-
5+
[![Build Status](https://github.com/bluss/arrayvec/actions/workflows/ci.yml/badge.svg)](https://github.com/bluss/arrayvec/actions)
106

117
[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-red.svg)](LICENSE-APACHE)
128
OR
13-
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
9+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)
1410

1511
A vector with fixed capacity.
1612

17-
Please read the [`API documentation here`](https://docs.rs/arrayvec)
13+
Please read the [API documentation here](https://docs.rs/arrayvec).
1814

19-
# License
15+
## License
2016

2117
Dual-licensed to be compatible with the Rust project.
2218

2319
Licensed under the Apache License, Version 2.0
24-
http://www.apache.org/licenses/LICENSE-2.0 or the MIT license
25-
http://opensource.org/licenses/MIT, at your
26-
option. This file may not be copied, modified, or distributed
27-
except according to those terms.
20+
https://www.apache.org/licenses/LICENSE-2.0 or the MIT license
21+
https://opensource.org/license/mit, at your option. This file may not be copied,
22+
modified, or distributed except according to those terms.

0 commit comments

Comments
 (0)