summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2014-12-29 23:00:03 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2014-12-29 23:00:03 +0100
commit1e4fa6325350fe22978d5160a652d8d370d0751d (patch)
tree934a8a6eb79840d965e5beed1accbecc0779564d
parent9198cbabc82003003217c6691b7f01ad038585c6 (diff)
update readme
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 988f0eb..3f05444 100644
--- a/README.md
+++ b/README.md
@@ -8,15 +8,14 @@ This is a primitive VObject and iCalendar parser for Rust, originally written
for [a simple addressbook script](https://github.com/untitaker/mates.rs) and
based on [rust-peg](https://github.com/kevinmehall/rust-peg).
-## Documentation
-
+Sourcecode is available on [GitHub](https://github.com/untitaker/rust-vobject).
The API documentation is [online
available](http://rust-vobject.unterwaditzer.net), or you can build it
yourself:
make docs
-## Testsuite
+The testsuite can be run with:
make test