From 8b8fe4a77d820f1fc4e8a591263a0cfcbbfa08e3 Mon Sep 17 00:00:00 2001 From: Pedro Melo Date: Sun, 25 Jan 2009 10:33:36 -0700 Subject: [PATCH] Public API is in strophe.h, xmpp.h does not exist Signed-off-by: Jack Moffitt --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index bde8449..2f92e62 100644 --- a/README.txt +++ b/README.txt @@ -16,7 +16,7 @@ Once scons is installed, invoke 'scons' in the top-level directory to build the library. This will create a static library (also in the top-level) directory which can be linked into other programs. The public api is defined -in which is also in the top-level directory. +in which is also in the top-level directory. Invoke 'scons test' in the top-level directory to execute the unit and self tests.