Skip to content

Commit a2b282b

Browse files
atouchetdjc
authored andcommitted
Fix build status badge and update Readme
1 parent 920fc2f commit a2b282b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
# hyper-rustls
2-
This is an integration between the [rustls TLS stack](https://github.com/rustls/rustls)
3-
and the [hyper HTTP library](https://github.com/hyperium/hyper).
42

5-
[![Build Status](https://github.com/rustls/hyper-rustls/workflows/hyper-rustls/badge.svg)](https://github.com/rustls/hyper-rustls/actions)
3+
This is an integration between the [Rustls TLS stack](https://github.com/rustls/rustls) and the
4+
[hyper HTTP library](https://github.com/hyperium/hyper).
5+
6+
[![Build Status](https://github.com/rustls/hyper-rustls/actions/workflows/build.yml/badge.svg)](https://github.com/rustls/hyper-rustls/actions)
67
[![Crate](https://img.shields.io/crates/v/hyper-rustls.svg)](https://crates.io/crates/hyper-rustls)
7-
[![Documentation](https://docs.rs/hyper-rustls/badge.svg)](https://docs.rs/hyper-rustls/)
8+
[![Documentation](https://docs.rs/hyper-rustls/badge.svg)](https://docs.rs/hyper-rustls)
89

910
# Release history
1011

1112
Release history can be found [on GitHub](https://github.com/rustls/hyper-rustls/releases).
1213

1314
# License
15+
1416
hyper-rustls is distributed under the following three licenses:
1517

1618
- Apache License version 2.0.
1719
- MIT license.
1820
- ISC license.
1921

20-
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
21-
respectively. You may use this software under the terms of any
22-
of these licenses, at your option.
22+
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC respectively. You may use this
23+
software under the terms of any of these licenses, at your option.
2324

2425
## Running examples
2526

0 commit comments

Comments
 (0)