Skip to content

Commit 02df9ac

Browse files
committedDec 1, 2024··
Tidy up readme.
1 parent 49d0e60 commit 02df9ac

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed
 

‎readme.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,16 @@ Provides a low-level implementation of the HTTP/2 protocol.
44

55
[![Development Status](https://github.com/socketry/protocol-http2/workflows/Test/badge.svg)](https://github.com/socketry/protocol-http2/actions?workflow=Test)
66

7-
## Installation
8-
9-
Add this line to your application's Gemfile:
10-
11-
``` ruby
12-
gem 'protocol-http2'
13-
```
14-
15-
And then execute:
16-
17-
$ bundle
18-
19-
Or install it yourself as:
20-
21-
$ gem install protocol-http2
22-
237
## Usage
248

259
Please see the [project documentation](https://socketry.github.io/protocol-http2/) for more details.
2610

2711
- [Getting Started](https://socketry.github.io/protocol-http2/guides/getting-started/index) - This guide explains how to use the `protocol-http2` gem to implement a basic HTTP/2 client.
2812

13+
## See Also
14+
15+
- [Async::HTTP](https://github.com/socketry/async-http) - A high-level HTTP client and server implementation.
16+
2917
## Contributing
3018

3119
We welcome contributions to this project.

0 commit comments

Comments
 (0)
Please sign in to comment.