summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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