From 55aad6da861a2ecf6f731c021541e29d8b9740c5 Mon Sep 17 00:00:00 2001
From: Anonymus Raccoon
Date: Mon, 9 Dec 2019 10:18:03 +0100
Subject: [PATCH] Update README
---
README | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/README b/README
index b479dfe..78fe7c2 100644
--- a/README
+++ b/README
@@ -1,4 +1,11 @@
-Unsupported:
- namespaces
- attributes with semi quotes (') instead of quoetes (")
- comments
\ No newline at end of file
+**XmlParser**
+
+ An xml parser in C.
+
+*System calls*
+ Open, Close, Read, Stat
+
+*Unsuported yet*
+ Attributes with semi quotes (') instead of quotes (")
+ Comments
+ The error handling is not fiable yet.