diff --git a/README b/README.md similarity index 61% rename from README rename to README.md index 78fe7c2..c2f61bc 100644 --- a/README +++ b/README.md @@ -1,6 +1,10 @@ **XmlParser** An xml parser in C. + +*Usage* + Use ```xml_parse(path)``` to parse the whole xml. + Use ```xml_getproperty(key)``` to get an attribute of the xml. *System calls* Open, Close, Read, Stat