Эх сурвалжийг харах

Added RFC reference to README

Taddeus Kroes 13 жил өмнө
parent
commit
512d62724f
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,4 +1,5 @@
-*twspy* is a standalone implementation of web sockets for Python.
+**twspy** is a standalone implementation of web sockets for Python, defined by
+[RFC 6455](http://tools.ietf.org/html/rfc6455).
 
 - The websocket.WebSocket class upgrades a regular socket to a web socket.
 - message.py contains classes that abstract messages sent over the socket.