aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-09-28 22:08:46 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-09-28 22:08:46 +0900
commitc6b0f9d3b0aa35461fad7d6951b273e9bdda3117 (patch)
treee13d12a4be72655477c53de8554ea205c4fba1e0 /README.md
parent9ddea2e32a38ecefc1b6985adee30a8e602c79f3 (diff)
downloadplum-c6b0f9d3b0aa35461fad7d6951b273e9bdda3117.tar.gz
readme: format
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9cb3cf4..f8bd842 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,11 @@ A minimal implementation of HTTP/2 server.
* [rhenium/plum-server](https://github.com/rhenium/plum-server) - A example server for https://rhe.jp and http://rhe.jp.
## Requirements
-* Ruby 2.2 with [ALPN support](https://gist.github.com/rhenium/b1711edcc903e8887a51) and [ECDH support (r51348)](https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/51348/diff?format=diff) or latest Ruby 2.3.0-dev.
-* OpenSSL 1.0.2+ (HTTP/2 requires ALPN)
-* [http-parser.rb gem](https://rubygems.org/gems/http_parser.rb) (HTTP/1.1 parser; if you use "http" URI scheme).
+* Ruby
+ * Ruby 2.2 with [ALPN support patch](https://gist.github.com/rhenium/b1711edcc903e8887a51) and [ECDH support patch (r51348)](https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/51348/diff?format=diff)
+ * or latest Ruby 2.3.0-dev
+* OpenSSL 1.0.2 or newer (HTTP/2 requires ALPN)
+* [http-parser.rb gem](https://rubygems.org/gems/http_parser.rb) (HTTP/1.1 parser; if you use "http" URI scheme)
## TODO
* **Better API**