aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2011-05-24 22:23:14 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2011-05-24 22:23:14 +0300
commit1f8e84c0238f1e837185b1bfec2c5ed08c2120ad (patch)
treed9750ec9f0c0869cf37d71ad8b80afe7ff810727
parent6ebbce10e293a181f714216b46761f79c46df3b6 (diff)
downloadsxml-1f8e84c0238f1e837185b1bfec2c5ed08c2120ad.tar.gz
sxml-1f8e84c0238f1e837185b1bfec2c5ed08c2120ad.zip
Update README with usage information
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
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