example/README.md in http-2-0.7.0 vs example/README.md in http-2-0.8.0

- old
+ new

@@ -28,22 +28,9 @@ # Direct request (nghttp2 > http-2) $> ruby server.rb $> nghttp -vnu http://localhost:8080 # Direct request to Ruby server ``` -### [node-http2](https://github.com/molnarg/node-http2) (node.js client/server) - -```bash -# NPN + GET request (http-2 > node-http2) -$> ruby client.rb https://gabor.molnar.es:8080/ - -# NPN + GET request with server push (http-2 > node-http2) -$> ruby client.rb https://gabor.molnar.es:8080/test/push.html - -# NPN + POST request (http-2 > node-http2) -$> ruby client.rb https://gabor.molnar.es:8080/post -d'some data' -``` - ### Twitter (Java server) ```bash # NPN + GET request (http-2 > twitter) $> ruby client.rb https://twitter.com/