Skip to content

Commit 0a23420

Browse files
committed
docs(README): emphasize getting started with the Guides
Closes #1265
1 parent c97ff99 commit 0a23420

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,25 @@
66
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
77
[![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
88

9-
A Modern HTTP library for Rust.
9+
A low-level HTTP implementation for Rust.
1010

1111
### Documentation
1212

1313
- [Released](http://docs.rs/hyper)
1414
- [Master](http://hyperium.github.io/hyper/master)
1515

16-
Get started by looking over the [guides](https://hyper.rs/guides).
16+
**Get started** by looking over the [guides](https://hyper.rs/guides).
1717

1818
## Overview
1919

20-
hyper is a fast, modern HTTP implementation written in and for Rust. It
21-
is a low-level typesafe abstraction over raw HTTP, providing an elegant
22-
layer over "stringly-typed" HTTP.
20+
hyper is a fast, safe HTTP implementation written in and for Rust.
2321

2422
hyper offers both an HTTP client and server which can be used to drive
2523
complex web applications written entirely in Rust.
2624

27-
hyper makes use of "async IO" (non-blocking sockets) via the [Tokio](https://tokio.rs) and [Futures](https://docs.rs/futures) libraries.
28-
29-
See the [Hello World](https://github.com/hyperium/hyper/blob/master/examples/hello.rs) example for a toy server using hyper.
25+
hyper makes use of "async IO" (non-blocking sockets) via the
26+
[Tokio](https://tokio.rs) and [Futures](https://docs.rs/futures) crates.
3027

3128
Be aware that hyper is still actively evolving towards 1.0, and is likely
32-
to experience breaking changes before stabilising. You can also see the [1.0 issue milestone](https://github.com/hyperium/hyper/milestone/1).
29+
to experience breaking changes before stabilising. You can also see the
30+
[1.0 issue milestone](https://github.com/hyperium/hyper/milestone/1).

0 commit comments

Comments
 (0)