From d3d7f5c64ca9087a7e8e5025b6cf534d45d4be4b Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sun, 25 Oct 2015 23:48:47 +0900 Subject: [PATCH] update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6b98b6..204169f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ A minimal pure Ruby implementation of HTTP/2 library / server. ## Usage ### As a library -See examples in `examples/` +* See documentation: http://www.rubydoc.info/gems/plum +* See examples in `examples/` +* [rhenium/plum-server](https://github.com/rhenium/plum-server) - A static-file server for https://rhe.jp and http://rhe.jp. ### As a Rack-compatible server Insert `require "plum/rack"` to your `config.ru` @@ -39,10 +41,6 @@ Then run it with: By default, Plum generates a dummy server certificate if `--cert` and `--key` options are not specified. -## Examples -* examples/ - Minimal usage. -* [rhenium/plum-server](https://github.com/rhenium/plum-server) - A example server for https://rhe.jp and http://rhe.jp. - ## TODO * **Better API**