Skip to content

Commit

Permalink
Minor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Nov 22, 2015
1 parent 959d40a commit 7dc3d6b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Expand Up @@ -9,15 +9,14 @@ You can view a running example here:

You need at least Java 8 and Leiningen 2.4.0

The web demo fires up two listeners: both HTTP and SSL, the latter
with a self-signed certificate and HTTP/2 enabled. This requires a
version of
By default, the web demo fires up two listeners: both HTTP (8080) and
SSL (8443), the latter with a self-signed certificate and HTTP/2
enabled. This requires a version of
[ALPN](http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html)
appropriate for your JVM version to be available on the
*bootclasspath*. The version of `alpn-boot` configured in project.clj
is known to work with JVM version 1.8.0_66. You can disable either SSL
or HTTP/2 by overriding the options ultimately passed to
`immutant.web/run`, e.g.
appropriate for your JVM to be available on the *bootclasspath*. The
version of `alpn-boot` configured in this project is known to work
with JVM version `1.8.0_66`. You can disable either SSL or HTTP/2 by
overriding the options ultimately passed to `immutant.web/run`, e.g.

lein run http2? false ssl-port nil

Expand Down

0 comments on commit 7dc3d6b

Please sign in to comment.