Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Oct 25, 2015
1 parent baf217c commit d3d7f5c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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**

Expand Down

0 comments on commit d3d7f5c

Please sign in to comment.