README.md in faye-websocket-0.7.4 vs README.md in faye-websocket-0.7.5

- old
+ new

@@ -1,9 +1,9 @@ # faye-websocket * Travis CI build: [![Build - status](https://secure.travis-ci.org/faye/faye-websocket-ruby.png)](http://travis-ci.org/faye/faye-websocket-ruby) + status](https://secure.travis-ci.org/faye/faye-websocket-ruby.svg)](http://travis-ci.org/faye/faye-websocket-ruby) * Autobahn tests: [server](http://faye.jcoglan.com/autobahn/servers/), [client](http://faye.jcoglan.com/autobahn/clients/) This is a general-purpose WebSocket implementation extracted from the [Faye](http://faye.jcoglan.com) project. It provides classes for easily @@ -18,10 +18,10 @@ one-way connections that allow the server to push data to the client. They are based on streaming HTTP responses and can be easier to access via proxies than WebSockets. The following web servers are supported. Other servers that implement the -`rack.hjiack` API should also work. +`rack.hijack` API should also work. * [Goliath](http://postrank-labs.github.com/goliath/) * [Phusion Passenger](https://www.phusionpassenger.com/) >= 4.0 with nginx >= 1.4 * [Puma](http://puma.io/) >= 2.0 * [Rainbows](http://rainbows.rubyforge.org/)