From 1f8e84c0238f1e837185b1bfec2c5ed08c2120ad Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 24 May 2011 22:23:14 +0300 Subject: Update README with usage information --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 6fbc463..4d187ef 100644 --- a/README +++ b/README @@ -7,5 +7,16 @@ A simple class to generate XML without fuss. Born out of frustration of entering XML data directly to C++ strings. +usage +----- + +sxml is intended to be included directly in your source code tree. +As it consists of only one source file and one header file, that +shouldn't be impossible. + +See the example.cpp file for simple usage, you should get the hang +of it pretty soon. + + Copyright (C) 2011 Oskari Timperi -- cgit v1.2.3