From d375a67d17503d64725395e50a408def829c5636 Mon Sep 17 00:00:00 2001 From: Alan Thompson Date: Wed, 10 Aug 2016 15:35:26 -0700 Subject: [PATCH] Update README.md Moved API docs to the top so they aren't buried in the middle of the page. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d4acba..e66ce20 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ data.xml has the following features: * Uses StAX internally * lazy - should allow parsing and emitting of large XML documents +## API Reference + +Generated API docs for data.xml are available [here](http://clojure.github.com/data.xml). + ## Bugs Please report bugs using JIRA [here](http://dev.clojure.org/jira/browse/DXML). @@ -192,8 +196,6 @@ But are ignored when read: "and another element" -Generated API docs for data.xml are available [here](http://clojure.github.com/data.xml). - ## Namespace Support Parsing and emitting XML namespaces are supported and use the JDK built-in