From 926aa4d51a9aed3034a619c3e0243cc9ec59c692 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 13 Jun 2011 13:42:15 -0700 Subject: [PATCH] Consolidated docs. --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7763778..c262a34 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ provide performant, portable geometry routines for projects that cannot make use of `java.awt.geom` (for example for use in GWT projects or Android projects). +* [API documentation] is available. + +* Pythagoras can be obtained via Maven Central: `com.samskivert:pythagoras:1.0`. + Or you can download the pre-built [jar file]. + ## Design Some restructuring of the `java.awt.geom` classes was undertaken to meet @@ -33,15 +38,6 @@ 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