From 7794b312abe58e59d08e42e7e403a7473e8d7123 Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Mon, 19 Aug 2013 23:34:08 +0200 Subject: Add usage paragraph --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a7a229f..5f81fd5 100644 --- 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)). -- cgit v1.2.3