Add usage paragraph
authorKurt Pattyn <KurtPattyn@users.noreply.github.com>
Mon, 19 Aug 2013 21:34:08 +0000 (23:34 +0200)
committerKurt Pattyn <KurtPattyn@users.noreply.github.com>
Mon, 19 Aug 2013 21:34:08 +0000 (23:34 +0200)
README.md

index a7a229f..5f81fd5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,6 +21,12 @@ With QWebSockets, text messages are just that: a collection of human-readable ch
 ### Requirements
 Qt 5.x
 
+### Usage
+Include the .pri file into your Qt project  
+~~~
+include (websocket.pri)
+~~~
+
 ### Compliance
 QWebSockets is compliant with [RFC6455](http://datatracker.ietf.org/doc/rfc6455/?include_text=1) and has been tested with the [Autobahn Testsuite](http://autobahn.ws/testsuite).  
 Only tests with **Unicode non-characters** do **not** pass from the Autobahn Testsuite (see [Restrictions](#Restrictions)).