Skip to content

Commit

Permalink
Doc feedback [IMMUTANT-595]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Nov 24, 2015
1 parent c319ba5 commit 9bc9be3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/guides/web.md
Expand Up @@ -245,11 +245,14 @@ There are three steps to enabling HTTP/2 or SPDY:

You'll need to consult the [ALPN] docs to know which version of
`alpn-boot.jar` is appropriate for your JVM version. Most importantly,
it needs to be in the *bootclasspath*, e.g.
it needs to be prepended (note the `/p`) to the *bootclasspath*, e.g.

java -Xbootclasspath/p:{/path/to/alpn-boot.jar} ...

See the [Immutant Feature Demo] for an HTTP/2 configuration example.
See the [Immutant Feature Demo] for an HTTP/2 configuration example,
including the use of a
[plugin](https://github.com/sunng87/lein-bootclasspath-deps) to set
the bootclasspath for REPL development.

## Handler Types

Expand Down

0 comments on commit 9bc9be3

Please sign in to comment.