aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-04-26 11:32:01 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-04-26 11:32:01 +0200
commitcb06c822afbdc37fef259c872e91dbb0cb779b6f (patch)
tree7865e915f3307ee66fcd4746d6ef4d2e0190c62e
parent8e39880c3ce95ef83d4508085f5c2fc1f91547f3 (diff)
downloadevtclib-cb06c822afbdc37fef259c872e91dbb0cb779b6f.tar.gz
evtclib-cb06c822afbdc37fef259c872e91dbb0cb779b6f.tar.bz2
evtclib-cb06c822afbdc37fef259c872e91dbb0cb779b6f.zip
fix readme markdown
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 67f61df..e910f2f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
evtclib
-#######
+=======
`evtclib` is a Rust library that allows you to parse `.evtc` files, as
generated by the [arcdps addon](https://www.deltaconnected.com/arcdps/) for the
@@ -12,6 +12,9 @@ interprets some of the data and converts it to a more appropriate interface.
dependency in other Rust projects. API docs can be generated locally by running
`cargo doc`.
+`evtclib` is currently in beta-stage. Not all evtc events are supported, and
+the API is not yet set in stone.
+
License
-------