aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2014-04-18 13:56:31 +0530
committerManjeet Dahiya <manjeetdahiya@gmail.com>2014-04-18 14:41:09 +0530
commit15b93f1a1a6d0cafa6883b57197ce00f422563ae (patch)
tree31a9eb251ffba8337b1e2b28cdb4b7e8ba013936
parent051295baa9c1a9cc953fece3d339f8174fb30127 (diff)
downloadqxmpp-15b93f1a1a6d0cafa6883b57197ce00f422563ae.tar.gz
minor changes
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f792a13f..0c060086 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ ABOUT QXMPP
===========
QXmpp is a cross-platform C++ XMPP client and server library. It is written
-in C++ and uses the Qt framework.
+in C++ and uses Qt framework.
QXmpp strives to be as easy to use as possible, the underlying TCP socket,
the core XMPP RFCs (RFC3920 and RFC3921) and XMPP extensions have been
-encapsulated into classes and functions. QXmpp comes with full API
-documentation, automatic tests and numerous examples.
+nicely encapsulated into classes. QXmpp comes with full API
+documentation, automatic tests and many examples.
QXmpp uses Qt extensively, and as such users need to a have working knowledge
of C++ and Qt basics (Signals and Slots and Qt data types).