Browse Source

Fix Chrome help text

Brad Fitzpatrick 11 years ago
parent
commit
a9672f2ddf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h2demo/h2demo.go

+ 1 - 1
h2demo/h2demo.go

@@ -47,7 +47,7 @@ func homeOldHTTP(w http.ResponseWriter, r *http.Request) {
 <p>Unfortunately, you're <b>not</b> using HTTP/2 right now. To do so:</p>
 <ul>
    <li>Use Firefox Nightly or go to <b>about:config</b> and enable "network.http.spdy.enabled.http2draft"</li>
-   <li>Use Google Chrome Canary and/or <a href="chrome://flags/#enable-spdy4">Enable SPDY/4</a> (Chrome's name for HTTP/2)</li>
+   <li>Use Google Chrome Canary and/or go to <b>chrome://flags/#enable-spdy4</b> to <i>Enable SPDY/4</i> (Chrome's name for HTTP/2)</li>
 </ul>
 <p>See code & instructions for connecting at <a href="https://github.com/bradfitz/http2">https://github.com/bradfitz/http2</a>.</p>