From 4842b81a600d572c28d52f1eacd6decdb920c32c Mon Sep 17 00:00:00 2001
From: Anonymus Raccoon
Date: Tue, 10 Dec 2019 09:51:31 +0100
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ff756b7..e2f48e3 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,11 @@ Simple clone the repo and use the command ``make``.
## Usage
Use ``xml_parse(path)`` to parse the whole xml.
+Use ``xml_getnode(xml, node_name)`` to get the first node with the name you inputed.
+
Use ``xml_getproperty(key)`` to get an attribute of the xml.
## Unsuported yet
Attributes with semi quotes (') instead of quotes (")
Comments
-
-The error handling is not fiable yet.