From b57baf39a161846686f540c6f39421eb35a98cbc Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon Date: Mon, 9 Dec 2019 10:19:55 +0100 Subject: [PATCH] Update and rename README to README.md --- README => README.md | 4 ++++ 1 file changed, 4 insertions(+) rename README => README.md (61%) 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