README.md in faye-websocket-0.7.2 vs README.md in faye-websocket-0.7.3
- old
+ new
@@ -186,11 +186,11 @@
closes the connection. Event has two optional attributes, <b>`code`</b> and
<b>`reason`</b>, that expose the status code and message sent by the peer
that closed the connection.
* <b>`send(message)`</b> accepts either a `String` or an `Array` of byte-sized
integers and sends a text or binary message over the connection to the other
- peer.
+ peer; binary data must be encoded as an `Array`.
* <b>`ping(message = '', &callback)`</b> sends a ping frame with an optional
message and fires the callback when a matching pong is received.
* <b>`close`</b> closes the connection.
* <b>`version`</b> is a string containing the version of the `WebSocket`
protocol the connection is using.
@@ -449,10 +449,10 @@
## License
(The MIT License)
-Copyright (c) 2010-2013 James Coglan
+Copyright (c) 2010-2014 James Coglan
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the 'Software'), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies