From 5ffffebef6a249ba6b343369f7169b2bf82c4d23 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 13 Jun 2011 13:41:14 -0700 Subject: [PATCH] Added link to API docs and info on Maven artifact. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 65d2a1c..7763778 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,20 @@ certain design goals. and contains none of the curved geometry classes. It is targeted toward applications that need "pixel geometry". +## Documentation + +[API documentation] is available. + +## Maven artifact + +Pythagoras can be obtained via Maven Central: `com.samskivert:pythagoras:1.0`. +Or you can download the pre-built [jar file]. + ## License Pythagoras is released under the Apache License, Version 2.0 which can be found in the `LICENSE` file and at http://www.apache.org/licenses/LICENSE-2.0 on the web. + +[API documentation]: http://samskivert.github.com/pythagoras/apidocs/overview-summary.html +[jar file]: http://repo2.maven.org/maven2/com/samskivert/pythagoras/1.0/pythagoras-1.0.jar